Html Css Color HEX #B21948 Cardinal

📋 copy color: '#B21948'

red 178 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #B21948

Tints of Cardinal #B21948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 64.73%
G = 9.09%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21948 (or 0xB21948) is known color: Cardinal. HEX triplet: B2, 19 and 48. RGB value is (178,25,72). Sum of RGB (Red+Green+Blue) = 178+25+72=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B21948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21948 is #4DE6B7. Grayscale: #4C4C4C. Windows color (decimal): -5105336 or 4725170. OLE color: 4725170.

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

Color convert

RGB 178 25 72 -
CMYK 0 0.86 0.60 0.30
HSL 341.57º 0.75% 0.4% -
HSV(B) 341.57º 0.86% 0.7% -
XYZ 19.88 10.63 7.13 -
YUV 76.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 178 25 72 0 0.86 0.60 0.30 341.57 0.75 0.4
Hex B2 19 48 0 56 3C 1E 156 4B 28
Octal 262 31 110 0 126 74 36 526 113 50
Binary 10110010 11001 1001000 0 1010110 111100 11110 101010110 1001011 101000

Color Harmonies of #B21948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21948

Black with #B21948

Text Example


Text Example

White with #B21948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21948; }

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

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

background-color css

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

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

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

border-color css

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

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

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