#B10C2B

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

Shades of Cardinal #B10C2B

Tints of Cardinal #B10C2B

Color information

#B10C2B (or 0xB10C2B) is unknown color: approx Cardinal. HEX triplet: B1, 0C and 2B. RGB value is (177,12,43). Sum of RGB (Red+Green+Blue) = 177+12+43=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C2B is #4EF3D4. Grayscale: #404040. Windows color (decimal): -5174229 or 2821297. OLE color: 2821297.

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

Color convert

RGB1771243-
CMYK00.930.760.31
HSL348.73º87.3%37.06%-
HSV(B)348.73º93.22%69.41%-
XYZ18.79.783.19-
YUV64.87115.66207.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.29%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=76.29%
G=5.17%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177124300.930.760.31348.7387.337.06
HexB1C2B05D4C1F15d5725
Octal261145301351143753512745
Binary101100011100101011010111011001100111111010111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C2B; }

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

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

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

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

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

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

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

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