#B10F29

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

Shades of Cardinal #B10F29

Tints of Cardinal #B10F29

Color information

#B10F29 (or 0xB10F29) is unknown color: approx Cardinal. HEX triplet: B1, 0F and 29. RGB value is (177,15,41). Sum of RGB (Red+Green+Blue) = 177+15+41=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F29 is #4EF0D6. Grayscale: #424242. Windows color (decimal): -5173463 or 2690993. OLE color: 2690993.

HSL color Cylindrical-coordinate representation of color #B10F29: hue angle of 350.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F29 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1771541-
CMYK00.920.770.31
HSL350.37º84.38%37.65%-
HSV(B)350.37º91.53%69.41%-
XYZ18.79.853.01-
YUV66.4113.67206.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=75.97%
G=6.44%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177154100.920.770.31350.3784.3837.65
HexB1F2905C4D1F15e5426
Octal261175101341153753612446
Binary101100011111101001010111001001101111111010111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F29; }

 p { color: rgb(177,15,41); }

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

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

 a { background-color: rgb(177,15,41); }

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

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

 span { border-color: rgb(177,15,41); }

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