Html Css Color HEX #B80332 Cardinal

📋 copy color: '#B80332'

red 184 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #B80332

Tints of Cardinal #B80332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 77.64%
G = 1.27%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B80332 (or 0xB80332) is known color: Cardinal. HEX triplet: B8, 03 and 32. RGB value is (184,3,50). Sum of RGB (Red+Green+Blue) = 184+3+50=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B80332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80332 is #47FCCD. Grayscale: #3E3E3E. Windows color (decimal): -4717774 or 3277752. OLE color: 3277752.

HSL color Cylindrical-coordinate representation of color #B80332: hue angle of 344.42º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80332 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 50 -
CMYK 0 0.98 0.73 0.28
HSL 344.42º 0.97% 0.37% -
HSV(B) 344.42º 0.98% 0.72% -
XYZ 20.38 10.49 3.97 -
YUV 62.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 184 3 50 0 0.98 0.73 0.28 344.42 0.97 0.37
Hex B8 3 32 0 62 49 1C 158 61 25
Octal 270 3 62 0 142 111 34 530 141 45
Binary 10111000 11 110010 0 1100010 1001001 11100 101011000 1100001 100101

Color Harmonies of #B80332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80332

Black with #B80332

Text Example


Text Example

White with #B80332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80332; }

 p { color: rgb(184,3,50); }

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

background-color css

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

 a { background-color: rgb(184,3,50); }

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

border-color css

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

 span { border-color: rgb(184,3,50); }

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