Html Css Color HEX #B80442 Cardinal

📋 copy color: '#B80442'

red 184 ◦ green 4 ◦ blue 66

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

Shades of Cardinal #B80442

Tints of Cardinal #B80442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.98%

R = 72.44%
G = 1.57%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80442 (or 0xB80442) is known color: Cardinal. HEX triplet: B8, 04 and 42. RGB value is (184,4,66). Sum of RGB (Red+Green+Blue) = 184+4+66=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B80442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80442 is #47FBBD. Grayscale: #404040. Windows color (decimal): -4717502 or 4326584. OLE color: 4326584.

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

Color convert

RGB 184 4 66 -
CMYK 0 0.98 0.64 0.28
HSL 339.33º 0.96% 0.37% -
HSV(B) 339.33º 0.98% 0.72% -
XYZ 20.79 10.67 6.12 -
YUV 64.89 128.63 212.96 -
System Red Green Blue C M Y K H S L
Decimal 184 4 66 0 0.98 0.64 0.28 339.33 0.96 0.37
Hex B8 4 42 0 62 40 1C 153 60 25
Octal 270 4 102 0 142 100 34 523 140 45
Binary 10111000 100 1000010 0 1100010 1000000 11100 101010011 1100000 100101

Color Harmonies of #B80442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80442

Black with #B80442

Text Example


Text Example

White with #B80442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80442; }

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

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

background-color css

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

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

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

border-color css

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

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

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