#B10B2F

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

Shades of Cardinal #B10B2F

Tints of Cardinal #B10B2F

Color information

#B10B2F (or 0xB10B2F) is unknown color: approx Cardinal. HEX triplet: B1, 0B and 2F. RGB value is (177,11,47). Sum of RGB (Red+Green+Blue) = 177+11+47=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B2F is #4EF4D0. Grayscale: #404040. Windows color (decimal): -5174481 or 3083185. OLE color: 3083185.

HSL color Cylindrical-coordinate representation of color #B10B2F: hue angle of 346.99º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B2F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1771147-
CMYK00.940.730.31
HSL346.99º88.3%36.86%-
HSV(B)346.99º93.79%69.41%-
XYZ18.769.793.59-
YUV64.74118208.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.32%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 47 (18.75% from 255) = 20%
R=75.32%
G=4.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177114700.940.730.31346.9988.336.86
HexB1B2F05E491F15b5825
Octal261135701361113753313045
Binary101100011011101111010111101001001111111010110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B2F; }

 p { color: rgb(177,11,47); }

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

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

 a { background-color: rgb(177,11,47); }

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

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

 span { border-color: rgb(177,11,47); }

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