Html Css Color HEX #B80642 Cardinal

📋 copy color: '#B80642'

red 184 ◦ green 6 ◦ blue 66

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

Shades of Cardinal #B80642

Tints of Cardinal #B80642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 71.88%
G = 2.34%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80642 (or 0xB80642) is known color: Cardinal. HEX triplet: B8, 06 and 42. RGB value is (184,6,66). Sum of RGB (Red+Green+Blue) = 184+6+66=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80642 is #47F9BD. Grayscale: #424242. Windows color (decimal): -4716990 or 4327096. OLE color: 4327096.

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

Color convert

RGB 184 6 66 -
CMYK 0 0.97 0.64 0.28
HSL 339.78º 0.94% 0.37% -
HSV(B) 339.78º 0.97% 0.72% -
XYZ 20.82 10.71 6.13 -
YUV 66.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 184 6 66 0 0.97 0.64 0.28 339.78 0.94 0.37
Hex B8 6 42 0 61 40 1C 154 5E 25
Octal 270 6 102 0 141 100 34 524 136 45
Binary 10111000 110 1000010 0 1100001 1000000 11100 101010100 1011110 100101

Color Harmonies of #B80642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80642

Black with #B80642

Text Example


Text Example

White with #B80642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80642; }

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

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

background-color css

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

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

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

border-color css

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

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

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