#B21234

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

Shades of Cardinal #B21234

Tints of Cardinal #B21234

Color information

#B21234 (or 0xB21234) is unknown color: approx Cardinal. HEX triplet: B2, 12 and 34. RGB value is (178,18,52). Sum of RGB (Red+Green+Blue) = 178+18+52=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B21234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21234 is #4DEDCB. Grayscale: #454545. Windows color (decimal): -5107148 or 3412658. OLE color: 3412658.

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

Color convert

RGB1781852-
CMYK00.900.710.30
HSL347.25º81.63%38.43%-
HSV(B)347.25º89.89%69.8%-
XYZ19.210.154.2-
YUV69.72118.01205.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.77%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=71.77%
G=7.26%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178185200.900.710.30347.2581.6338.43
HexB2123405A471E15b5226
Octal262226401321073653312246
Binary1011001010010110100010110101000111111101010110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21234; }

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

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

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

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

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

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

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

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