#B1132F

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

Shades of Cardinal #B1132F

Tints of Cardinal #B1132F

Color information

#B1132F (or 0xB1132F) is unknown color: approx Cardinal. HEX triplet: B1, 13 and 2F. RGB value is (177,19,47). Sum of RGB (Red+Green+Blue) = 177+19+47=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132F is #4EECD0. Grayscale: #454545. Windows color (decimal): -5172433 or 3085233. OLE color: 3085233.

HSL color Cylindrical-coordinate representation of color #B1132F: hue angle of 349.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1771947-
CMYK00.890.730.31
HSL349.37º80.61%38.43%-
HSV(B)349.37º89.27%69.41%-
XYZ18.8810.023.63-
YUV69.43115.35204.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=72.84%
G=7.82%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177194700.890.730.31349.3780.6138.43
HexB1132F059491F15d5126
Octal261235701311113753512146
Binary1011000110011101111010110011001001111111010111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1132F; }

 p { color: rgb(177,19,47); }

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

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

 a { background-color: rgb(177,19,47); }

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

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

 span { border-color: rgb(177,19,47); }

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