#B10A39

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

Shades of Cardinal #B10A39

Tints of Cardinal #B10A39

Color information

#B10A39 (or 0xB10A39) is unknown color: approx Cardinal. HEX triplet: B1, 0A and 39. RGB value is (177,10,57). Sum of RGB (Red+Green+Blue) = 177+10+57=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A39 is #4EF5C6. Grayscale: #414141. Windows color (decimal): -5174727 or 3738289. OLE color: 3738289.

HSL color Cylindrical-coordinate representation of color #B10A39: hue angle of 343.11º degrees, saturation: 0.89, 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 #B10A39 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1771057-
CMYK00.940.680.31
HSL343.11º89.3%36.67%-
HSV(B)343.11º94.35%69.41%-
XYZ18.989.864.77-
YUV65.29123.33207.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=72.54%
G=4.10%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177105700.940.680.31343.1189.336.67
HexB1A3905E441F1575925
Octal261127101361043752713145
Binary101100011010111001010111101000100111111010101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A39; }

 p { color: rgb(177,10,57); }

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

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

 a { background-color: rgb(177,10,57); }

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

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

 span { border-color: rgb(177,10,57); }

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