#B1183F

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

Shades of Cardinal #B1183F

Tints of Cardinal #B1183F

Color information

#B1183F (or 0xB1183F) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 3F. RGB value is (177,24,63). Sum of RGB (Red+Green+Blue) = 177+24+63=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1183F is #4EE7C0. Grayscale: #4A4A4A. Windows color (decimal): -5171137 or 4135089. OLE color: 4135089.

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

Color convert

RGB1772463-
CMYK00.860.640.31
HSL344.71º76.12%39.41%-
HSV(B)344.71º86.44%69.41%-
XYZ19.3610.365.68-
YUV74.19121.69201.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 63 (25% from 255) = 23.86%
R=67.05%
G=9.09%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177246300.860.640.31344.7176.1239.41
HexB1183F056401F1594c27
Octal261307701261003753111447
Binary1011000111000111111010101101000000111111010110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1183F; }

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

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

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

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

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

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

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

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