Html Css Color HEX #B80842 Cardinal

📋 copy color: '#B80842'

red 184 ◦ green 8 ◦ blue 66

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

Shades of Cardinal #B80842

Tints of Cardinal #B80842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 71.32%
G = 3.1%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80842 (or 0xB80842) is known color: Cardinal. HEX triplet: B8, 08 and 42. RGB value is (184,8,66). Sum of RGB (Red+Green+Blue) = 184+8+66=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80842 is #47F7BD. Grayscale: #434343. Windows color (decimal): -4716478 or 4327608. OLE color: 4327608.

HSL color Cylindrical-coordinate representation of color #B80842: hue angle of 340.23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80842 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 66 -
CMYK 0 0.96 0.64 0.28
HSL 340.23º 0.92% 0.38% -
HSV(B) 340.23º 0.96% 0.72% -
XYZ 20.84 10.76 6.13 -
YUV 67.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 184 8 66 0 0.96 0.64 0.28 340.23 0.92 0.38
Hex B8 8 42 0 60 40 1C 154 5C 26
Octal 270 10 102 0 140 100 34 524 134 46
Binary 10111000 1000 1000010 0 1100000 1000000 11100 101010100 1011100 100110

Color Harmonies of #B80842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80842

Black with #B80842

Text Example


Text Example

White with #B80842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80842; }

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

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

background-color css

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

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

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

border-color css

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

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

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