#B1192D

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

Shades of Cardinal #B1192D

Tints of Cardinal #B1192D

Color information

#B1192D (or 0xB1192D) is unknown color: approx Cardinal. HEX triplet: B1, 19 and 2D. RGB value is (177,25,45). Sum of RGB (Red+Green+Blue) = 177+25+45=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1192D is #4EE6D2. Grayscale: #484848. Windows color (decimal): -5170899 or 2955697. OLE color: 2955697.

HSL color Cylindrical-coordinate representation of color #B1192D: hue angle of 352.11º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1192D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1772545-
CMYK00.860.750.31
HSL352.11º75.25%39.61%-
HSV(B)352.11º85.88%69.41%-
XYZ18.9510.233.46-
YUV72.73112.36202.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=71.66%
G=10.12%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177254500.860.750.31352.1175.2539.61
HexB1192D0564B1F1604b28
Octal261315501261133754011350
Binary1011000111001101101010101101001011111111011000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1192D; }

 p { color: rgb(177,25,45); }

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

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

 a { background-color: rgb(177,25,45); }

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

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

 span { border-color: rgb(177,25,45); }

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