#B10A30

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

Shades of Cardinal #B10A30

Tints of Cardinal #B10A30

Color information

#B10A30 (or 0xB10A30) is unknown color: approx Cardinal. HEX triplet: B1, 0A and 30. RGB value is (177,10,48). Sum of RGB (Red+Green+Blue) = 177+10+48=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A30 is #4EF5CF. Grayscale: #404040. Windows color (decimal): -5174736 or 3148465. OLE color: 3148465.

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

Color convert

RGB1771048-
CMYK00.940.730.31
HSL346.35º89.3%36.67%-
HSV(B)346.35º94.35%69.41%-
XYZ18.779.783.69-
YUV64.26118.83208.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.32%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=75.32%
G=4.26%
B=20.43%

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
Decimal177104800.940.730.31346.3589.336.67
HexB1A3005E491F15a5925
Octal261126001361113753213145
Binary101100011010110000010111101001001111111010110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A30; }

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

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

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

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

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

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

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

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