#B1222E

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

Shades of Cardinal #B1222E

Tints of Cardinal #B1222E

Color information

#B1222E (or 0xB1222E) is unknown color: approx Cardinal. HEX triplet: B1, 22 and 2E. RGB value is (177,34,46). Sum of RGB (Red+Green+Blue) = 177+34+46=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222E is #4EDDD1. Grayscale: #4E4E4E. Windows color (decimal): -5168594 or 3023537. OLE color: 3023537.

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

Color convert

RGB1773446-
CMYK00.810.740.31
HSL354.97º67.77%41.37%-
HSV(B)354.97º80.79%69.41%-
XYZ19.210.693.64-
YUV78.12109.88198.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=68.87%
G=13.23%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177344600.810.740.31354.9767.7741.37
HexB1222E0514A1F1634429
Octal261425601211123754310451
Binary10110001100010101110010100011001010111111011000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1222E; }

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

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

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

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

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

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

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

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