#B80F3B

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

Shades of Cardinal #B80F3B

Tints of Cardinal #B80F3B

Color information

#B80F3B (or 0xB80F3B) is unknown color: approx Cardinal. HEX triplet: B8, 0F and 3B. RGB value is (184,15,59). Sum of RGB (Red+Green+Blue) = 184+15+59=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80F3B is #47F0C4. Grayscale: #464646. Windows color (decimal): -4714693 or 3870648. OLE color: 3870648.

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

Color convert

RGB1841559-
CMYK00.920.680.28
HSL344.38º84.92%39.02%-
HSV(B)344.38º91.85%72.16%-
XYZ20.7310.855.14-
YUV70.55121.49208.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=71.32%
G=5.81%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184155900.920.680.28344.3884.9239.02
HexB8F3B05C441C1585527
Octal270177301341043453012547
Binary101110001111111011010111001000100111001010110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F3B; }

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

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

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

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

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

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

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

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