#B10B2B

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

Shades of Cardinal #B10B2B

Tints of Cardinal #B10B2B

Color information

#B10B2B (or 0xB10B2B) is unknown color: approx Cardinal. HEX triplet: B1, 0B and 2B. RGB value is (177,11,43). Sum of RGB (Red+Green+Blue) = 177+11+43=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B2B is #4EF4D4. Grayscale: #404040. Windows color (decimal): -5174485 or 2821041. OLE color: 2821041.

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

Color convert

RGB1771143-
CMYK00.940.760.31
HSL348.43º88.3%36.86%-
HSV(B)348.43º93.79%69.41%-
XYZ18.699.763.18-
YUV64.28116208.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=76.62%
G=4.76%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177114300.940.760.31348.4388.336.86
HexB1B2B05E4C1F15c5825
Octal261135301361143753413045
Binary101100011011101011010111101001100111111010111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B2B; }

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

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

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

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

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

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

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

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