#B80535

Color #B80535 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B80535

Tints of Cardinal #B80535

Color information

#B80535 (or 0xB80535) is unknown color: approx Cardinal. HEX triplet: B8, 05 and 35. RGB value is (184,5,53). Sum of RGB (Red+Green+Blue) = 184+5+53=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80535 is #47FACA. Grayscale: #3F3F3F. Windows color (decimal): -4717259 or 3474872. OLE color: 3474872.

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

Color convert

RGB184553-
CMYK00.970.710.28
HSL343.91º94.71%37.06%-
HSV(B)343.91º97.28%72.16%-
XYZ20.4610.564.33-
YUV63.99121.8213.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.03%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=76.03%
G=2.07%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18455300.970.710.28343.9194.7137.06
HexB8535061471C1585f25
Octal27056501411073453013745
Binary10111000101110101011000011000111111001010110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80535; }

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

 H1.HeaderClassName
 {
   color: #B80535;
 }
 .AnyTagClassName
 {
   color: #B80535;
 }
</style>
background-color css

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

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

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

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

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

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