#B80F3C

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

Shades of Cardinal #B80F3C

Tints of Cardinal #B80F3C

Color information

#B80F3C (or 0xB80F3C) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 3C. RGB value is (184,15,60). Sum of RGB (Red+Green+Blue) = 184+15+60=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F3C is #47F0C3. Grayscale: #464646. Windows color (decimal): -4714692 or 3936184. OLE color: 3936184.

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

Color convert

RGB1841560-
CMYK00.920.670.28
HSL344.02º84.92%39.02%-
HSV(B)344.02º91.85%72.16%-
XYZ20.7510.865.28-
YUV70.66121.99208.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.04%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=71.04%
G=5.79%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184156000.920.670.28344.0284.9239.02
HexB8F3C05C431C1585527
Octal270177401341033453012547
Binary101110001111111100010111001000011111001010110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F3C; }

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

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

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

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

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

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

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

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