#B10232

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

Shades of Cardinal #B10232

Tints of Cardinal #B10232

Color information

#B10232 (or 0xB10232) is unknown color: approx Cardinal. HEX triplet: B1, 02 and 32. RGB value is (177,2,50). Sum of RGB (Red+Green+Blue) = 177+2+50=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B10232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10232 is #4EFDCD. Grayscale: #3B3B3B. Windows color (decimal): -5176782 or 3277489. OLE color: 3277489.

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

Color convert

RGB177250-
CMYK00.990.720.31
HSL343.54º97.77%35.1%-
HSV(B)343.54º98.87%69.41%-
XYZ18.739.623.89-
YUV59.8122.48211.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.29%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=77.29%
G=0.87%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17725000.990.720.31343.5497.7735.1
HexB1232063481F1586223
Octal26126201431103753014243
Binary1011000110110010011000111001000111111010110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10232; }

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

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

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

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

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

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

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

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