Html Css Color HEX #B21B4D Old Rose

📋 copy color: '#B21B4D'

red 178 ◦ green 27 ◦ blue 77

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

Shades of Old Rose #B21B4D

Tints of Old Rose #B21B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 63.12%
G = 9.57%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B21B4D (or 0xB21B4D) is known color: Old Rose. HEX triplet: B2, 1B and 4D. RGB value is (178,27,77). Sum of RGB (Red+Green+Blue) = 178+27+77=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B4D is #4DE4B2. Grayscale: #4D4D4D. Windows color (decimal): -5104819 or 5053362. OLE color: 5053362.

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

Color convert

RGB 178 27 77 -
CMYK 0 0.85 0.57 0.30
HSL 340.13º 0.74% 0.4% -
HSV(B) 340.13º 0.85% 0.7% -
XYZ 20.09 10.78 8.04 -
YUV 77.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 178 27 77 0 0.85 0.57 0.30 340.13 0.74 0.4
Hex B2 1B 4D 0 55 39 1E 154 4A 28
Octal 262 33 115 0 125 71 36 524 112 50
Binary 10110010 11011 1001101 0 1010101 111001 11110 101010100 1001010 101000

Color Harmonies of #B21B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B4D

Black with #B21B4D

Text Example


Text Example

White with #B21B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B4D; }

 p { color: rgb(178,27,77); }

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

background-color css

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

 a { background-color: rgb(178,27,77); }

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

border-color css

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

 span { border-color: rgb(178,27,77); }

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