#B10732

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

Shades of Cardinal #B10732

Tints of Cardinal #B10732

Color information

#B10732 (or 0xB10732) is unknown color: approx Cardinal. HEX triplet: B1, 07 and 32. RGB value is (177,7,50). Sum of RGB (Red+Green+Blue) = 177+7+50=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10732 is #4EF8CD. Grayscale: #3E3E3E. Windows color (decimal): -5175502 or 3278769. OLE color: 3278769.

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

Color convert

RGB177750-
CMYK00.960.720.31
HSL344.82º92.39%36.08%-
HSV(B)344.82º96.05%69.41%-
XYZ18.789.733.91-
YUV62.73120.82209.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=75.64%
G=2.99%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17775000.960.720.31344.8292.3936.08
HexB1732060481F1595c24
Octal26176201401103753113444
Binary10110001111110010011000001001000111111010110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10732; }

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

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

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

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

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

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

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

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