Html Css Color HEX #B21C49 Old Rose

📋 copy color: '#B21C49'

red 178 ◦ green 28 ◦ blue 73

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

Shades of Old Rose #B21C49

Tints of Old Rose #B21C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 63.8%
G = 10.04%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B21C49 (or 0xB21C49) is known color: Old Rose. HEX triplet: B2, 1C and 49. RGB value is (178,28,73). Sum of RGB (Red+Green+Blue) = 178+28+73=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C49 is #4DE3B6. Grayscale: #4D4D4D. Windows color (decimal): -5104567 or 4791474. OLE color: 4791474.

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

Color convert

RGB 178 28 73 -
CMYK 0 0.84 0.59 0.30
HSL 342º 0.73% 0.4% -
HSV(B) 342º 0.84% 0.7% -
XYZ 19.98 10.78 7.33 -
YUV 77.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 178 28 73 0 0.84 0.59 0.30 342 0.73 0.4
Hex B2 1C 49 0 54 3B 1E 156 49 28
Octal 262 34 111 0 124 73 36 526 111 50
Binary 10110010 11100 1001001 0 1010100 111011 11110 101010110 1001001 101000

Color Harmonies of #B21C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C49

Black with #B21C49

Text Example


Text Example

White with #B21C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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