Html Css Color HEX #B21E46 Old Rose

📋 copy color: '#B21E46'

red 178 ◦ green 30 ◦ blue 70

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

Shades of Old Rose #B21E46

Tints of Old Rose #B21E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 64.03%
G = 10.79%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21E46 (or 0xB21E46) is known color: Old Rose. HEX triplet: B2, 1E and 46. RGB value is (178,30,70). Sum of RGB (Red+Green+Blue) = 178+30+70=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E46 is #4DE1B9. Grayscale: #4E4E4E. Windows color (decimal): -5104058 or 4595378. OLE color: 4595378.

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

Color convert

RGB 178 30 70 -
CMYK 0 0.83 0.61 0.30
HSL 343.78º 0.71% 0.41% -
HSV(B) 343.78º 0.83% 0.7% -
XYZ 19.93 10.84 6.84 -
YUV 78.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 178 30 70 0 0.83 0.61 0.30 343.78 0.71 0.41
Hex B2 1E 46 0 53 3D 1E 158 47 29
Octal 262 36 106 0 123 75 36 530 107 51
Binary 10110010 11110 1000110 0 1010011 111101 11110 101011000 1000111 101001

Color Harmonies of #B21E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E46

Black with #B21E46

Text Example


Text Example

White with #B21E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E46; }

 p { color: rgb(178,30,70); }

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

background-color css

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

 a { background-color: rgb(178,30,70); }

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

border-color css

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

 span { border-color: rgb(178,30,70); }

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