#B1182E

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

Shades of Cardinal #B1182E

Tints of Cardinal #B1182E

Color information

#B1182E (or 0xB1182E) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 2E. RGB value is (177,24,46). Sum of RGB (Red+Green+Blue) = 177+24+46=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1182E is #4EE7D1. Grayscale: #484848. Windows color (decimal): -5171154 or 3020977. OLE color: 3020977.

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

Color convert

RGB1772446-
CMYK00.860.740.31
HSL351.37º76.12%39.41%-
HSV(B)351.37º86.44%69.41%-
XYZ18.9510.23.55-
YUV72.26113.19202.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=71.66%
G=9.72%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177244600.860.740.31351.3776.1239.41
HexB1182E0564A1F15f4c27
Octal261305601261123753711447
Binary1011000111000101110010101101001010111111010111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1182E; }

 p { color: rgb(177,24,46); }

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

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

 a { background-color: rgb(177,24,46); }

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

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

 span { border-color: rgb(177,24,46); }

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