Html Css Color HEX #B21D4E Old Rose

📋 copy color: '#B21D4E'

red 178 ◦ green 29 ◦ blue 78

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

Shades of Old Rose #B21D4E

Tints of Old Rose #B21D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 62.46%
G = 10.18%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B21D4E (or 0xB21D4E) is known color: Old Rose. HEX triplet: B2, 1D and 4E. RGB value is (178,29,78). Sum of RGB (Red+Green+Blue) = 178+29+78=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D4E is #4DE2B1. Grayscale: #4F4F4F. Windows color (decimal): -5104306 or 5119410. OLE color: 5119410.

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

Color convert

RGB 178 29 78 -
CMYK 0 0.84 0.56 0.30
HSL 340.27º 0.72% 0.41% -
HSV(B) 340.27º 0.84% 0.7% -
XYZ 20.17 10.89 8.25 -
YUV 79.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 178 29 78 0 0.84 0.56 0.30 340.27 0.72 0.41
Hex B2 1D 4E 0 54 38 1E 154 48 29
Octal 262 35 116 0 124 70 36 524 110 51
Binary 10110010 11101 1001110 0 1010100 111000 11110 101010100 1001000 101001

Color Harmonies of #B21D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D4E

Black with #B21D4E

Text Example


Text Example

White with #B21D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D4E; }

 p { color: rgb(178,29,78); }

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

background-color css

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

 a { background-color: rgb(178,29,78); }

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

border-color css

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

 span { border-color: rgb(178,29,78); }

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