#B10831

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

Shades of Cardinal #B10831

Tints of Cardinal #B10831

Color information

#B10831 (or 0xB10831) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 31. RGB value is (177,8,49). Sum of RGB (Red+Green+Blue) = 177+8+49=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10831 is #4EF7CE. Grayscale: #3F3F3F. Windows color (decimal): -5175247 or 3213489. OLE color: 3213489.

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

Color convert

RGB177849-
CMYK00.950.720.31
HSL345.44º91.35%36.27%-
HSV(B)345.44º95.48%69.41%-
XYZ18.779.743.8-
YUV63.2119.99209.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=75.64%
G=3.42%
B=20.94%

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
Decimal17784900.950.720.31345.4491.3536.27
HexB183105F481F1595b24
Octal261106101371103753113344
Binary101100011000110001010111111001000111111010110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10831; }

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

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

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

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

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

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

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

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