#B21235

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

Shades of Cardinal #B21235

Tints of Cardinal #B21235

Color information

#B21235 (or 0xB21235) is unknown color: approx Cardinal. HEX triplet: B2, 12 and 35. RGB value is (178,18,53). Sum of RGB (Red+Green+Blue) = 178+18+53=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21235 is #4DEDCA. Grayscale: #454545. Windows color (decimal): -5107147 or 3478194. OLE color: 3478194.

HSL color Cylindrical-coordinate representation of color #B21235: hue angle of 346.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21235 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1781853-
CMYK00.900.700.30
HSL346.88º81.63%38.43%-
HSV(B)346.88º89.89%69.8%-
XYZ19.2210.154.32-
YUV69.83118.51205.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.49%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=71.49%
G=7.23%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178185300.900.700.30346.8881.6338.43
HexB2123505A461E15b5226
Octal262226501321063653312246
Binary1011001010010110101010110101000110111101010110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21235; }

 p { color: rgb(178,18,53); }

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

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

 a { background-color: rgb(178,18,53); }

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

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

 span { border-color: rgb(178,18,53); }

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