Html Css Color HEX #B21540 Cardinal

📋 copy color: '#B21540'

red 178 ◦ green 21 ◦ blue 64

#B21540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B21540

Tints of Cardinal #B21540

RGB

 RED value IS 178 (69.92% from 255) = 67.68%

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 67.68%
G = 7.98%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21540 (or 0xB21540) is known color: Cardinal. HEX triplet: B2, 15 and 40. RGB value is (178,21,64). Sum of RGB (Red+Green+Blue) = 178+21+64=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B21540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21540 is #4DEABF. Grayscale: #484848. Windows color (decimal): -5106368 or 4199858. OLE color: 4199858.

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

Color convert

RGB 178 21 64 -
CMYK 0 0.88 0.64 0.30
HSL 343.57º 0.79% 0.39% -
HSV(B) 343.57º 0.88% 0.7% -
XYZ 19.55 10.37 5.82 -
YUV 72.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 178 21 64 0 0.88 0.64 0.30 343.57 0.79 0.39
Hex B2 15 40 0 58 40 1E 158 4F 27
Octal 262 25 100 0 130 100 36 530 117 47
Binary 10110010 10101 1000000 0 1011000 1000000 11110 101011000 1001111 100111

Color Harmonies of #B21540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21540

Black with #B21540

Text Example


Text Example

White with #B21540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21540; }

 p { color: rgb(178,21,64); }

 H1.HeaderClassName
 {
   color: #B21540;
 }
 .AnyTagClassName
 {
   color: #B21540;
 }
</style>

background-color css

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

 a { background-color: rgb(178,21,64); }

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

border-color css

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

 span { border-color: rgb(178,21,64); }

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