#B10832

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

Shades of Cardinal #B10832

Tints of Cardinal #B10832

Color information

#B10832 (or 0xB10832) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 32. RGB value is (177,8,50). Sum of RGB (Red+Green+Blue) = 177+8+50=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B10832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10832 is #4EF7CD. Grayscale: #3F3F3F. Windows color (decimal): -5175246 or 3279025. OLE color: 3279025.

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

Color convert

RGB177850-
CMYK00.950.720.31
HSL345.09º91.35%36.27%-
HSV(B)345.09º95.48%69.41%-
XYZ18.799.753.91-
YUV63.32120.49209.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.32%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=75.32%
G=3.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17785000.950.720.31345.0991.3536.27
HexB183205F481F1595b24
Octal261106201371103753113344
Binary101100011000110010010111111001000111111010110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10832; }

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

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

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

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

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

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

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

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