#B1113E

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

Shades of Cardinal #B1113E

Tints of Cardinal #B1113E

Color information

#B1113E (or 0xB1113E) is unknown color: approx Cardinal. HEX triplet: B1, 11 and 3E. RGB value is (177,17,62). Sum of RGB (Red+Green+Blue) = 177+17+62=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113E is #4EEEC1. Grayscale: #454545. Windows color (decimal): -5172930 or 4067761. OLE color: 4067761.

HSL color Cylindrical-coordinate representation of color #B1113E: hue angle of 343.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1113E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1771762-
CMYK00.900.650.31
HSL343.12º82.47%38.04%-
HSV(B)343.12º90.4%69.41%-
XYZ19.210.15.49-
YUV69.97123.51204.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.14%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=69.14%
G=6.64%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177176200.900.650.31343.1282.4738.04
HexB1113E05A411F1575226
Octal261217601321013752712246
Binary1011000110001111110010110101000001111111010101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1113E; }

 p { color: rgb(177,17,62); }

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

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

 a { background-color: rgb(177,17,62); }

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

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

 span { border-color: rgb(177,17,62); }

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