#B1222A

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

Shades of Cardinal #B1222A

Tints of Cardinal #B1222A

Color information

#B1222A (or 0xB1222A) is unknown color: approx Cardinal. HEX triplet: B1, 22 and 2A. RGB value is (177,34,42). Sum of RGB (Red+Green+Blue) = 177+34+42=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222A is #4EDDD5. Grayscale: #4D4D4D. Windows color (decimal): -5168598 or 2761393. OLE color: 2761393.

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

Color convert

RGB1773442-
CMYK00.810.760.31
HSL356.64º67.77%41.37%-
HSV(B)356.64º80.79%69.41%-
XYZ19.1210.663.24-
YUV77.67107.88198.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=69.96%
G=13.44%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177344200.810.760.31356.6467.7741.37
HexB1222A0514C1F1654429
Octal261425201211143754510451
Binary10110001100010101010010100011001100111111011001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1222A; }

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

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

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

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

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

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

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

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