#B10D3F

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

Shades of Cardinal #B10D3F

Tints of Cardinal #B10D3F

Color information

#B10D3F (or 0xB10D3F) is unknown color: approx Cardinal. HEX triplet: B1, 0D and 3F. RGB value is (177,13,63). Sum of RGB (Red+Green+Blue) = 177+13+63=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D3F is #4EF2C0. Grayscale: #434343. Windows color (decimal): -5173953 or 4132273. OLE color: 4132273.

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

Color convert

RGB1771363-
CMYK00.930.640.31
HSL341.71º86.32%37.25%-
HSV(B)341.71º92.66%69.41%-
XYZ19.179.995.62-
YUV67.74125.33205.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 63 (25% from 255) = 24.90%
R=69.96%
G=5.14%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177136300.930.640.31341.7186.3237.25
HexB1D3F05D401F1565625
Octal261157701351003752612645
Binary101100011101111111010111011000000111111010101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D3F; }

 p { color: rgb(177,13,63); }

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

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

 a { background-color: rgb(177,13,63); }

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

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

 span { border-color: rgb(177,13,63); }

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