Html Css Color HEX #B21D4C Old Rose

📋 copy color: '#B21D4C'

red 178 ◦ green 29 ◦ blue 76

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

Shades of Old Rose #B21D4C

Tints of Old Rose #B21D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 62.9%
G = 10.25%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B21D4C (or 0xB21D4C) is known color: Old Rose. HEX triplet: B2, 1D and 4C. RGB value is (178,29,76). Sum of RGB (Red+Green+Blue) = 178+29+76=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D4C is #4DE2B3. Grayscale: #4E4E4E. Windows color (decimal): -5104308 or 4988338. OLE color: 4988338.

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

Color convert

RGB 178 29 76 -
CMYK 0 0.84 0.57 0.30
HSL 341.07º 0.72% 0.41% -
HSV(B) 341.07º 0.84% 0.7% -
XYZ 20.1 10.87 7.88 -
YUV 78.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 178 29 76 0 0.84 0.57 0.30 341.07 0.72 0.41
Hex B2 1D 4C 0 54 39 1E 155 48 29
Octal 262 35 114 0 124 71 36 525 110 51
Binary 10110010 11101 1001100 0 1010100 111001 11110 101010101 1001000 101001

Color Harmonies of #B21D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D4C

Black with #B21D4C

Text Example


Text Example

White with #B21D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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