Html Css Color HEX #B81130 Cardinal

📋 copy color: '#B81130'

red 184 ◦ green 17 ◦ blue 48

#B81130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B81130

Tints of Cardinal #B81130

RGB

 RED value IS 184 (72.27% from 255) = 73.9%

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 73.9%
G = 6.83%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B81130 (or 0xB81130) is known color: Cardinal. HEX triplet: B8, 11 and 30. RGB value is (184,17,48). Sum of RGB (Red+Green+Blue) = 184+17+48=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B81130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81130 is #47EECF. Grayscale: #464646. Windows color (decimal): -4714192 or 3150264. OLE color: 3150264.

HSL color Cylindrical-coordinate representation of color #B81130: hue angle of 348.86º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81130 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 48 -
CMYK 0 0.91 0.74 0.28
HSL 348.86º 0.83% 0.39% -
HSV(B) 348.86º 0.91% 0.72% -
XYZ 20.5 10.8 3.8 -
YUV 70.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 184 17 48 0 0.91 0.74 0.28 348.86 0.83 0.39
Hex B8 11 30 0 5B 4A 1C 15D 53 27
Octal 270 21 60 0 133 112 34 535 123 47
Binary 10111000 10001 110000 0 1011011 1001010 11100 101011101 1010011 100111

Color Harmonies of #B81130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81130

Black with #B81130

Text Example


Text Example

White with #B81130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81130; }

 p { color: rgb(184,17,48); }

 H1.HeaderClassName
 {
   color: #B81130;
 }
 .AnyTagClassName
 {
   color: #B81130;
 }
</style>

background-color css

<style>
 a { background-color: #B81130; }

 a { background-color: rgb(184,17,48); }

 div.DivClassName
 {
   background-color: #B81130;
 }
 .BgClassName
 {
   background-color: #B81130;
 }
</style>

border-color css

<style>
 span { border-color: #B81130; }

 span { border-color: rgb(184,17,48); }

 td.TdClassName
 {
   border-color: #B81130;
 }
 .TagClassName
 {
   border-color: #B81130;
 }
</style>