#B21432

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

Shades of Cardinal #B21432

Tints of Cardinal #B21432

Color information

#B21432 (or 0xB21432) is unknown color: approx Cardinal. HEX triplet: B2, 14 and 32. RGB value is (178,20,50). Sum of RGB (Red+Green+Blue) = 178+20+50=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B21432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21432 is #4DEBCD. Grayscale: #464646. Windows color (decimal): -5106638 or 3282098. OLE color: 3282098.

HSL color Cylindrical-coordinate representation of color #B21432: hue angle of 348.61º degrees, saturation: 0.8, 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 #B21432 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1782050-
CMYK00.890.720.30
HSL348.61º79.8%38.82%-
HSV(B)348.61º88.76%69.8%-
XYZ19.1910.23.97-
YUV70.66116.35204.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.77%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=71.77%
G=8.06%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178205000.890.720.30348.6179.838.82
HexB21432059481E15d5027
Octal262246201311103653512047
Binary1011001010100110010010110011001000111101010111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21432; }

 p { color: rgb(178,20,50); }

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

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

 a { background-color: rgb(178,20,50); }

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

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

 span { border-color: rgb(178,20,50); }

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