#B1222F

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

Shades of Cardinal #B1222F

Tints of Cardinal #B1222F

Color information

#B1222F (or 0xB1222F) is unknown color: approx Cardinal. HEX triplet: B1, 22 and 2F. RGB value is (177,34,47). Sum of RGB (Red+Green+Blue) = 177+34+47=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222F is #4EDDD0. Grayscale: #4E4E4E. Windows color (decimal): -5168593 or 3089073. OLE color: 3089073.

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

Color convert

RGB1773447-
CMYK00.810.730.31
HSL354.55º67.77%41.37%-
HSV(B)354.55º80.79%69.41%-
XYZ19.2210.73.74-
YUV78.24110.38198.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=68.60%
G=13.18%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177344700.810.730.31354.5567.7741.37
HexB1222F051491F1634429
Octal261425701211113754310451
Binary10110001100010101111010100011001001111111011000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1222F; }

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

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

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

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

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

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

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

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