Html Css Color HEX #B80539 Cardinal

📋 copy color: '#B80539'

red 184 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #B80539

Tints of Cardinal #B80539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 74.8%
G = 2.03%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B80539 (or 0xB80539) is known color: Cardinal. HEX triplet: B8, 05 and 39. RGB value is (184,5,57). Sum of RGB (Red+Green+Blue) = 184+5+57=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B80539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80539 is #47FAC6. Grayscale: #404040. Windows color (decimal): -4717255 or 3737016. OLE color: 3737016.

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

Color convert

RGB 184 5 57 -
CMYK 0 0.97 0.69 0.28
HSL 342.57º 0.95% 0.37% -
HSV(B) 342.57º 0.97% 0.72% -
XYZ 20.56 10.59 4.83 -
YUV 64.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 184 5 57 0 0.97 0.69 0.28 342.57 0.95 0.37
Hex B8 5 39 0 61 45 1C 157 5F 25
Octal 270 5 71 0 141 105 34 527 137 45
Binary 10111000 101 111001 0 1100001 1000101 11100 101010111 1011111 100101

Color Harmonies of #B80539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80539

Black with #B80539

Text Example


Text Example

White with #B80539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80539; }

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

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

background-color css

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

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

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

border-color css

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

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

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