#B21B34

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

Shades of Cardinal #B21B34

Tints of Cardinal #B21B34

Color information

#B21B34 (or 0xB21B34) is unknown color: approx Cardinal. HEX triplet: B2, 1B and 34. RGB value is (178,27,52). Sum of RGB (Red+Green+Blue) = 178+27+52=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B34 is #4DE4CB. Grayscale: #4B4B4B. Windows color (decimal): -5104844 or 3414962. OLE color: 3414962.

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

Color convert

RGB1782752-
CMYK00.850.710.30
HSL350.07º73.66%40.2%-
HSV(B)350.07º84.83%69.8%-
XYZ19.3710.54.25-
YUV75115.03201.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.26%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=69.26%
G=10.51%
B=20.23%

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
Decimal178275200.850.710.30350.0773.6640.2
HexB21B34055471E15e4a28
Octal262336401251073653611250
Binary1011001011011110100010101011000111111101010111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B34; }

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

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

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

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

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

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

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

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