Html Css Color HEX #B2224C Old Rose

📋 copy color: '#B2224C'

red 178 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #B2224C

Tints of Old Rose #B2224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 61.81%
G = 11.81%
B = 26.39%

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

#B2224C (or 0xB2224C) is known color: Old Rose. HEX triplet: B2, 22 and 4C. RGB value is (178,34,76). Sum of RGB (Red+Green+Blue) = 178+34+76=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2224C is #4DDDB3. Grayscale: #515151. Windows color (decimal): -5103028 or 4989618. OLE color: 4989618.

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

Color convert

RGB 178 34 76 -
CMYK 0 0.81 0.57 0.30
HSL 342.5º 0.68% 0.42% -
HSV(B) 342.5º 0.81% 0.7% -
XYZ 20.24 11.13 7.92 -
YUV 81.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 178 34 76 0 0.81 0.57 0.30 342.5 0.68 0.42
Hex B2 22 4C 0 51 39 1E 156 44 2A
Octal 262 42 114 0 121 71 36 526 104 52
Binary 10110010 100010 1001100 0 1010001 111001 11110 101010110 1000100 101010

Color Harmonies of #B2224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2224C

Black with #B2224C

Text Example


Text Example

White with #B2224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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