Html Css Color HEX #B80434 Cardinal

📋 copy color: '#B80434'

red 184 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B80434

Tints of Cardinal #B80434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 76.67%
G = 1.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80434 (or 0xB80434) is known color: Cardinal. HEX triplet: B8, 04 and 34. RGB value is (184,4,52). Sum of RGB (Red+Green+Blue) = 184+4+52=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80434 is #47FBCB. Grayscale: #3F3F3F. Windows color (decimal): -4717516 or 3409080. OLE color: 3409080.

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

Color convert

RGB 184 4 52 -
CMYK 0 0.98 0.72 0.28
HSL 344º 0.96% 0.37% -
HSV(B) 344º 0.98% 0.72% -
XYZ 20.43 10.53 4.2 -
YUV 63.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 184 4 52 0 0.98 0.72 0.28 344 0.96 0.37
Hex B8 4 34 0 62 48 1C 158 60 25
Octal 270 4 64 0 142 110 34 530 140 45
Binary 10111000 100 110100 0 1100010 1001000 11100 101011000 1100000 100101

Color Harmonies of #B80434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80434

Black with #B80434

Text Example


Text Example

White with #B80434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80434; }

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

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

background-color css

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

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

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

border-color css

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

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

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