#B21B33

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

Shades of Cardinal #B21B33

Tints of Cardinal #B21B33

Color information

#B21B33 (or 0xB21B33) is unknown color: approx Cardinal. HEX triplet: B2, 1B and 33. RGB value is (178,27,51). Sum of RGB (Red+Green+Blue) = 178+27+51=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B33 is #4DE4CC. Grayscale: #4A4A4A. Windows color (decimal): -5104845 or 3349426. OLE color: 3349426.

HSL color Cylindrical-coordinate representation of color #B21B33: hue angle of 350.46º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B33 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1782751-
CMYK00.850.710.30
HSL350.46º73.66%40.2%-
HSV(B)350.46º84.83%69.8%-
XYZ19.3510.494.14-
YUV74.88114.53201.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.53%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=69.53%
G=10.55%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178275100.850.710.30350.4673.6640.2
HexB21B33055471E15e4a28
Octal262336301251073653611250
Binary1011001011011110011010101011000111111101010111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B33; }

 p { color: rgb(178,27,51); }

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

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

 a { background-color: rgb(178,27,51); }

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

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

 span { border-color: rgb(178,27,51); }

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