#B21E2D

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

Shades of Cardinal #B21E2D

Tints of Cardinal #B21E2D

Color information

#B21E2D (or 0xB21E2D) is unknown color: approx Cardinal. HEX triplet: B2, 1E and 2D. RGB value is (178,30,45). Sum of RGB (Red+Green+Blue) = 178+30+45=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E2D is #4DE1D2. Grayscale: #4C4C4C. Windows color (decimal): -5104083 or 2956978. OLE color: 2956978.

HSL color Cylindrical-coordinate representation of color #B21E2D: hue angle of 353.92º 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 #B21E2D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1783045-
CMYK00.830.750.30
HSL353.92º71.15%40.78%-
HSV(B)353.92º83.15%69.8%-
XYZ19.310.583.51-
YUV75.96110.53200.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.36%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=70.36%
G=11.86%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178304500.830.750.30353.9271.1540.78
HexB21E2D0534B1E1624729
Octal262365501231133654210751
Binary1011001011110101101010100111001011111101011000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E2D; }

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

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

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

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

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

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

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

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