#B80B3C

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

Shades of Cardinal #B80B3C

Tints of Cardinal #B80B3C

Color information

#B80B3C (or 0xB80B3C) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 3C. RGB value is (184,11,60). Sum of RGB (Red+Green+Blue) = 184+11+60=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B3C is #47F4C3. Grayscale: #444444. Windows color (decimal): -4715716 or 3935160. OLE color: 3935160.

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

Color convert

RGB1841160-
CMYK00.940.670.28
HSL343.01º88.72%38.24%-
HSV(B)343.01º94.02%72.16%-
XYZ20.710.765.26-
YUV68.31123.31210.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=72.16%
G=4.31%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184116000.940.670.28343.0188.7238.24
HexB8B3C05E431C1575926
Octal270137401361033452713146
Binary101110001011111100010111101000011111001010101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B3C; }

 p { color: rgb(184,11,60); }

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

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

 a { background-color: rgb(184,11,60); }

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

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

 span { border-color: rgb(184,11,60); }

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