#B21345

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

Shades of Cardinal #B21345

Tints of Cardinal #B21345

Color information

#B21345 (or 0xB21345) is unknown color: approx Cardinal. HEX triplet: B2, 13 and 45. RGB value is (178,19,69). Sum of RGB (Red+Green+Blue) = 178+19+69=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B21345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21345 is #4DECBA. Grayscale: #484848. Windows color (decimal): -5106875 or 4527026. OLE color: 4527026.

HSL color Cylindrical-coordinate representation of color #B21345: hue angle of 341.13º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21345 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1781969-
CMYK00.890.610.30
HSL341.13º80.71%38.63%-
HSV(B)341.13º89.33%69.8%-
XYZ19.6710.366.59-
YUV72.24126.18203.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.92%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=66.92%
G=7.14%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178196900.890.610.30341.1380.7138.63
HexB213450593D1E1555127
Octal262231050131753652512147
Binary1011001010011100010101011001111101111101010101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21345; }

 p { color: rgb(178,19,69); }

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

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

 a { background-color: rgb(178,19,69); }

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

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

 span { border-color: rgb(178,19,69); }

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