Html Css Color HEX #B21549 Cardinal

📋 copy color: '#B21549'

red 178 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #B21549

Tints of Cardinal #B21549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 65.44%
G = 7.72%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B21549 (or 0xB21549) is known color: Cardinal. HEX triplet: B2, 15 and 49. RGB value is (178,21,73). Sum of RGB (Red+Green+Blue) = 178+21+73=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B21549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21549 is #4DEAB6. Grayscale: #494949. Windows color (decimal): -5106359 or 4789682. OLE color: 4789682.

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

Color convert

RGB 178 21 73 -
CMYK 0 0.88 0.59 0.30
HSL 340.13º 0.79% 0.39% -
HSV(B) 340.13º 0.88% 0.7% -
XYZ 19.83 10.48 7.28 -
YUV 73.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 178 21 73 0 0.88 0.59 0.30 340.13 0.79 0.39
Hex B2 15 49 0 58 3B 1E 154 4F 27
Octal 262 25 111 0 130 73 36 524 117 47
Binary 10110010 10101 1001001 0 1011000 111011 11110 101010100 1001111 100111

Color Harmonies of #B21549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21549

Black with #B21549

Text Example


Text Example

White with #B21549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21549; }

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

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

background-color css

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

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

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

border-color css

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

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

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