#B10B30

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

Shades of Cardinal #B10B30

Tints of Cardinal #B10B30

Color information

#B10B30 (or 0xB10B30) is unknown color: approx Cardinal. HEX triplet: B1, 0B and 30. RGB value is (177,11,48). Sum of RGB (Red+Green+Blue) = 177+11+48=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B30 is #4EF4CF. Grayscale: #404040. Windows color (decimal): -5174480 or 3148721. OLE color: 3148721.

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

Color convert

RGB1771148-
CMYK00.940.730.31
HSL346.63º88.3%36.86%-
HSV(B)346.63º93.79%69.41%-
XYZ18.789.83.7-
YUV64.85118.5207.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=75%
G=4.66%
B=20.34%

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
Decimal177114800.940.730.31346.6388.336.86
HexB1B3005E491F15b5825
Octal261136001361113753313045
Binary101100011011110000010111101001001111111010110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B30; }

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

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

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

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

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

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

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

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