Html Css Color HEX #B80542 Cardinal

📋 copy color: '#B80542'

red 184 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #B80542

Tints of Cardinal #B80542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 72.16%
G = 1.96%
B = 25.88%

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

#B80542 (or 0xB80542) is known color: Cardinal. HEX triplet: B8, 05 and 42. RGB value is (184,5,66). Sum of RGB (Red+Green+Blue) = 184+5+66=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80542 is #47FABD. Grayscale: #414141. Windows color (decimal): -4717246 or 4326840. OLE color: 4326840.

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

Color convert

RGB 184 5 66 -
CMYK 0 0.97 0.64 0.28
HSL 339.55º 0.95% 0.37% -
HSV(B) 339.55º 0.97% 0.72% -
XYZ 20.8 10.69 6.12 -
YUV 65.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 184 5 66 0 0.97 0.64 0.28 339.55 0.95 0.37
Hex B8 5 42 0 61 40 1C 154 5F 25
Octal 270 5 102 0 141 100 34 524 137 45
Binary 10111000 101 1000010 0 1100001 1000000 11100 101010100 1011111 100101

Color Harmonies of #B80542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80542

Black with #B80542

Text Example


Text Example

White with #B80542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80542; }

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

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

background-color css

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

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

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

border-color css

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

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

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