#B22134

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

Shades of Cardinal #B22134

Tints of Cardinal #B22134

Color information

#B22134 (or 0xB22134) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 34. RGB value is (178,33,52). Sum of RGB (Red+Green+Blue) = 178+33+52=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B22134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22134 is #4DDECB. Grayscale: #4E4E4E. Windows color (decimal): -5103308 or 3416498. OLE color: 3416498.

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

Color convert

RGB1783352-
CMYK00.810.710.30
HSL352.14º68.72%41.37%-
HSV(B)352.14º81.46%69.8%-
XYZ19.5210.84.3-
YUV78.52113.04198.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.68%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=67.68%
G=12.55%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178335200.810.710.30352.1468.7241.37
HexB22134051471E1604529
Octal262416401211073654010551
Binary10110010100001110100010100011000111111101011000001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22134; }

 p { color: rgb(178,33,52); }

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

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

 a { background-color: rgb(178,33,52); }

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

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

 span { border-color: rgb(178,33,52); }

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