#B21D41

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

Shades of Cardinal #B21D41

Tints of Cardinal #B21D41

Color information

#B21D41 (or 0xB21D41) is unknown color: approx Cardinal. HEX triplet: B2, 1D and 41. RGB value is (178,29,65). Sum of RGB (Red+Green+Blue) = 178+29+65=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D41 is #4DE2BE. Grayscale: #4D4D4D. Windows color (decimal): -5104319 or 4267442. OLE color: 4267442.

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

Color convert

RGB1782965-
CMYK00.840.630.30
HSL345.5º71.98%40.59%-
HSV(B)345.5º83.71%69.8%-
XYZ19.7510.736.03-
YUV77.66120.86199.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 29 (11.72% from 255) = 10.66%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=65.44%
G=10.66%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178296500.840.630.30345.571.9840.59
HexB21D410543F1E15a4829
Octal262351010124773653211051
Binary1011001011101100000101010100111111111101010110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D41; }

 p { color: rgb(178,29,65); }

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

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

 a { background-color: rgb(178,29,65); }

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

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

 span { border-color: rgb(178,29,65); }

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