#B10C3F

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

Shades of Cardinal #B10C3F

Tints of Cardinal #B10C3F

Color information

#B10C3F (or 0xB10C3F) is unknown color: approx Cardinal. HEX triplet: B1, 0C and 3F. RGB value is (177,12,63). Sum of RGB (Red+Green+Blue) = 177+12+63=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C3F is #4EF3C0. Grayscale: #434343. Windows color (decimal): -5174209 or 4132017. OLE color: 4132017.

HSL color Cylindrical-coordinate representation of color #B10C3F: hue angle of 341.45º degrees, saturation: 0.87, 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 #B10C3F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1771263-
CMYK00.930.640.31
HSL341.45º87.3%37.06%-
HSV(B)341.45º93.22%69.41%-
XYZ19.169.975.62-
YUV67.15125.66206.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.24%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 63 (25% from 255) = 25%
R=70.24%
G=4.76%
B=25%

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
Decimal177126300.930.640.31341.4587.337.06
HexB1C3F05D401F1555725
Octal261147701351003752512745
Binary101100011100111111010111011000000111111010101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C3F; }

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

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

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

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

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

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

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

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