Html Css Color HEX #B21949 Cardinal

📋 copy color: '#B21949'

red 178 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #B21949

Tints of Cardinal #B21949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 64.49%
G = 9.06%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B21949 (or 0xB21949) is known color: Cardinal. HEX triplet: B2, 19 and 49. RGB value is (178,25,73). Sum of RGB (Red+Green+Blue) = 178+25+73=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B21949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21949 is #4DE6B6. Grayscale: #4C4C4C. Windows color (decimal): -5105335 or 4790706. OLE color: 4790706.

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

Color convert

RGB 178 25 73 -
CMYK 0 0.86 0.59 0.30
HSL 341.18º 0.75% 0.4% -
HSV(B) 341.18º 0.86% 0.7% -
XYZ 19.91 10.64 7.31 -
YUV 76.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 178 25 73 0 0.86 0.59 0.30 341.18 0.75 0.4
Hex B2 19 49 0 56 3B 1E 155 4B 28
Octal 262 31 111 0 126 73 36 525 113 50
Binary 10110010 11001 1001001 0 1010110 111011 11110 101010101 1001011 101000

Color Harmonies of #B21949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21949

Black with #B21949

Text Example


Text Example

White with #B21949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21949; }

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

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

background-color css

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

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

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

border-color css

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

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

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