#B10E3B

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

Shades of Cardinal #B10E3B

Tints of Cardinal #B10E3B

Color information

#B10E3B (or 0xB10E3B) is unknown color: approx Cardinal. HEX triplet: B1, 0E and 3B. RGB value is (177,14,59). Sum of RGB (Red+Green+Blue) = 177+14+59=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E3B is #4EF1C4. Grayscale: #434343. Windows color (decimal): -5173701 or 3870385. OLE color: 3870385.

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

Color convert

RGB1771459-
CMYK00.920.670.31
HSL343.44º85.34%37.45%-
HSV(B)343.44º92.09%69.41%-
XYZ19.089.985.06-
YUV67.87123205.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=70.8%
G=5.6%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177145900.920.670.31343.4485.3437.45
HexB1E3B05C431F1575525
Octal261167301341033752712545
Binary101100011110111011010111001000011111111010101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10E3B; }

 p { color: rgb(177,14,59); }

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

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

 a { background-color: rgb(177,14,59); }

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

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

 span { border-color: rgb(177,14,59); }

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