#B10C2A

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

Shades of Cardinal #B10C2A

Tints of Cardinal #B10C2A

Color information

#B10C2A (or 0xB10C2A) is unknown color: approx Cardinal. HEX triplet: B1, 0C and 2A. RGB value is (177,12,42). Sum of RGB (Red+Green+Blue) = 177+12+42=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C2A is #4EF3D5. Grayscale: #404040. Windows color (decimal): -5174230 or 2755761. OLE color: 2755761.

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

Color convert

RGB1771242-
CMYK00.930.760.31
HSL349.09º87.3%37.06%-
HSV(B)349.09º93.22%69.41%-
XYZ18.689.783.09-
YUV64.76115.16208.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=76.62%
G=5.19%
B=18.18%

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
Decimal177124200.930.760.31349.0987.337.06
HexB1C2A05D4C1F15d5725
Octal261145201351143753512745
Binary101100011100101010010111011001100111111010111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C2A; }

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

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

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

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

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

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

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

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