Html Css Color HEX #B81133 Cardinal

📋 copy color: '#B81133'

red 184 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #B81133

Tints of Cardinal #B81133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 73.02%
G = 6.75%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B81133 (or 0xB81133) is known color: Cardinal. HEX triplet: B8, 11 and 33. RGB value is (184,17,51). Sum of RGB (Red+Green+Blue) = 184+17+51=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B81133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81133 is #47EECC. Grayscale: #464646. Windows color (decimal): -4714189 or 3346872. OLE color: 3346872.

HSL color Cylindrical-coordinate representation of color #B81133: hue angle of 347.78º 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 #B81133 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 51 -
CMYK 0 0.91 0.72 0.28
HSL 347.78º 0.83% 0.39% -
HSV(B) 347.78º 0.91% 0.72% -
XYZ 20.57 10.83 4.14 -
YUV 70.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 184 17 51 0 0.91 0.72 0.28 347.78 0.83 0.39
Hex B8 11 33 0 5B 48 1C 15C 53 27
Octal 270 21 63 0 133 110 34 534 123 47
Binary 10111000 10001 110011 0 1011011 1001000 11100 101011100 1010011 100111

Color Harmonies of #B81133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81133

Black with #B81133

Text Example


Text Example

White with #B81133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81133; }

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

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

background-color css

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

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

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

border-color css

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

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

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