#B21E3B

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

Shades of Cardinal #B21E3B

Tints of Cardinal #B21E3B

Color information

#B21E3B (or 0xB21E3B) is unknown color: approx Cardinal. HEX triplet: B2, 1E and 3B. RGB value is (178,30,59). Sum of RGB (Red+Green+Blue) = 178+30+59=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E3B is #4DE1C4. Grayscale: #4D4D4D. Windows color (decimal): -5104069 or 3874482. OLE color: 3874482.

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

Color convert

RGB1783059-
CMYK00.830.670.30
HSL348.24º71.15%40.78%-
HSV(B)348.24º83.15%69.8%-
XYZ19.6110.715.17-
YUV77.56117.53199.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=66.67%
G=11.24%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178305900.830.670.30348.2471.1540.78
HexB21E3B053431E15c4729
Octal262367301231033653410751
Binary1011001011110111011010100111000011111101010111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E3B; }

 p { color: rgb(178,30,59); }

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

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

 a { background-color: rgb(178,30,59); }

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

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

 span { border-color: rgb(178,30,59); }

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