#B10333

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

Shades of Cardinal #B10333

Tints of Cardinal #B10333

Color information

#B10333 (or 0xB10333) is unknown color: approx Cardinal. HEX triplet: B1, 03 and 33. RGB value is (177,3,51). Sum of RGB (Red+Green+Blue) = 177+3+51=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10333 is #4EFCCC. Grayscale: #3C3C3C. Windows color (decimal): -5176525 or 3343281. OLE color: 3343281.

HSL color Cylindrical-coordinate representation of color #B10333: hue angle of 343.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10333 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB177351-
CMYK00.980.710.31
HSL343.45º96.67%35.29%-
HSV(B)343.45º98.31%69.41%-
XYZ18.769.654.01-
YUV60.5122.65211.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=76.62%
G=1.30%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17735100.980.710.31343.4596.6735.29
HexB1333062471F1576123
Octal26136301421073752714143
Binary1011000111110011011000101000111111111010101111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10333; }

 p { color: rgb(177,3,51); }

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

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

 a { background-color: rgb(177,3,51); }

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

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

 span { border-color: rgb(177,3,51); }

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