#B10332

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

Shades of Cardinal #B10332

Tints of Cardinal #B10332

Color information

#B10332 (or 0xB10332) is unknown color: approx Cardinal. HEX triplet: B1, 03 and 32. RGB value is (177,3,50). Sum of RGB (Red+Green+Blue) = 177+3+50=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B10332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10332 is #4EFCCD. Grayscale: #3C3C3C. Windows color (decimal): -5176526 or 3277745. OLE color: 3277745.

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

Color convert

RGB177350-
CMYK00.980.720.31
HSL343.79º96.67%35.29%-
HSV(B)343.79º98.31%69.41%-
XYZ18.749.643.89-
YUV60.38122.15211.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.96%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=76.96%
G=1.30%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17735000.980.720.31343.7996.6735.29
HexB1332062481F1586123
Octal26136201421103753014143
Binary1011000111110010011000101001000111111010110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10332; }

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

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

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

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

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

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

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

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