Html Css Color HEX #B80432 Cardinal

📋 copy color: '#B80432'

red 184 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #B80432

Tints of Cardinal #B80432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 77.31%
G = 1.68%
B = 21.01%

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

#B80432 (or 0xB80432) is known color: Cardinal. HEX triplet: B8, 04 and 32. RGB value is (184,4,50). Sum of RGB (Red+Green+Blue) = 184+4+50=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B80432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80432 is #47FBCD. Grayscale: #3F3F3F. Windows color (decimal): -4717518 or 3278008. OLE color: 3278008.

HSL color Cylindrical-coordinate representation of color #B80432: hue angle of 344.67º degrees, saturation: 0.96, 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 #B80432 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 50 -
CMYK 0 0.98 0.73 0.28
HSL 344.67º 0.96% 0.37% -
HSV(B) 344.67º 0.98% 0.72% -
XYZ 20.39 10.51 3.97 -
YUV 63.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 184 4 50 0 0.98 0.73 0.28 344.67 0.96 0.37
Hex B8 4 32 0 62 49 1C 159 60 25
Octal 270 4 62 0 142 111 34 531 140 45
Binary 10111000 100 110010 0 1100010 1001001 11100 101011001 1100000 100101

Color Harmonies of #B80432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80432

Black with #B80432

Text Example


Text Example

White with #B80432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80432; }

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

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

background-color css

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

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

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

border-color css

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

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

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