#B10F45

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

Shades of Cardinal #B10F45

Tints of Cardinal #B10F45

Color information

#B10F45 (or 0xB10F45) is unknown color: approx Cardinal. HEX triplet: B1, 0F and 45. RGB value is (177,15,69). Sum of RGB (Red+Green+Blue) = 177+15+69=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F45 is #4EF0BA. Grayscale: #454545. Windows color (decimal): -5173435 or 4526001. OLE color: 4526001.

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

Color convert

RGB1771569-
CMYK00.920.610.31
HSL340º84.38%37.65%-
HSV(B)340º91.53%69.41%-
XYZ19.3810.126.56-
YUV69.59127.67204.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=67.82%
G=5.75%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177156900.920.610.3134084.3837.65
HexB1F4505C3D1F1545426
Octal261171050134753752412446
Binary101100011111100010101011100111101111111010101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F45; }

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

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

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

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

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

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

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

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