Html Css Color HEX #B2214D Old Rose

📋 copy color: '#B2214D'

red 178 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #B2214D

Tints of Old Rose #B2214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

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

R = 61.81%
G = 11.46%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2214D (or 0xB2214D) is known color: Old Rose. HEX triplet: B2, 21 and 4D. RGB value is (178,33,77). Sum of RGB (Red+Green+Blue) = 178+33+77=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2214D is #4DDEB2. Grayscale: #515151. Windows color (decimal): -5103283 or 5054898. OLE color: 5054898.

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

Color convert

RGB 178 33 77 -
CMYK 0 0.81 0.57 0.30
HSL 341.79º 0.69% 0.41% -
HSV(B) 341.79º 0.81% 0.7% -
XYZ 20.24 11.09 8.09 -
YUV 81.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 178 33 77 0 0.81 0.57 0.30 341.79 0.69 0.41
Hex B2 21 4D 0 51 39 1E 156 45 29
Octal 262 41 115 0 121 71 36 526 105 51
Binary 10110010 100001 1001101 0 1010001 111001 11110 101010110 1000101 101001

Color Harmonies of #B2214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2214D

Black with #B2214D

Text Example


Text Example

White with #B2214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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