#B1183B

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

Shades of Cardinal #B1183B

Tints of Cardinal #B1183B

Color information

#B1183B (or 0xB1183B) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 3B. RGB value is (177,24,59). Sum of RGB (Red+Green+Blue) = 177+24+59=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1183B is #4EE7C4. Grayscale: #494949. Windows color (decimal): -5171141 or 3872945. OLE color: 3872945.

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

Color convert

RGB1772459-
CMYK00.860.670.31
HSL346.27º76.12%39.41%-
HSV(B)346.27º86.44%69.41%-
XYZ19.2510.325.11-
YUV73.74119.69201.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=68.08%
G=9.23%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177245900.860.670.31346.2776.1239.41
HexB1183B056431F15a4c27
Octal261307301261033753211447
Binary1011000111000111011010101101000011111111010110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1183B; }

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

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

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

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

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

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

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

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