Html Css Color HEX #B2224E Old Rose

📋 copy color: '#B2224E'

red 178 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #B2224E

Tints of Old Rose #B2224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 61.38%
G = 11.72%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2224E (or 0xB2224E) is known color: Old Rose. HEX triplet: B2, 22 and 4E. RGB value is (178,34,78). Sum of RGB (Red+Green+Blue) = 178+34+78=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2224E is #4DDDB1. Grayscale: #525252. Windows color (decimal): -5103026 or 5120690. OLE color: 5120690.

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

Color convert

RGB 178 34 78 -
CMYK 0 0.81 0.56 0.30
HSL 341.67º 0.68% 0.42% -
HSV(B) 341.67º 0.81% 0.7% -
XYZ 20.31 11.16 8.29 -
YUV 82.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 178 34 78 0 0.81 0.56 0.30 341.67 0.68 0.42
Hex B2 22 4E 0 51 38 1E 156 44 2A
Octal 262 42 116 0 121 70 36 526 104 52
Binary 10110010 100010 1001110 0 1010001 111000 11110 101010110 1000100 101010

Color Harmonies of #B2224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2224E

Black with #B2224E

Text Example


Text Example

White with #B2224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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