#B1182F

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

Shades of Cardinal #B1182F

Tints of Cardinal #B1182F

Color information

#B1182F (or 0xB1182F) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 2F. RGB value is (177,24,47). Sum of RGB (Red+Green+Blue) = 177+24+47=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B1182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1182F is #4EE7D0. Grayscale: #484848. Windows color (decimal): -5171153 or 3086513. OLE color: 3086513.

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

Color convert

RGB1772447-
CMYK00.860.730.31
HSL350.98º76.12%39.41%-
HSV(B)350.98º86.44%69.41%-
XYZ18.9710.213.66-
YUV72.37113.69202.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.37%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=71.37%
G=9.68%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177244700.860.730.31350.9876.1239.41
HexB1182F056491F15f4c27
Octal261305701261113753711447
Binary1011000111000101111010101101001001111111010111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1182F; }

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

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

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

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

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

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

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

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