Html Css Color HEX #B2224A Old Rose

📋 copy color: '#B2224A'

red 178 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #B2224A

Tints of Old Rose #B2224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 62.24%
G = 11.89%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2224A (or 0xB2224A) is known color: Old Rose. HEX triplet: B2, 22 and 4A. RGB value is (178,34,74). Sum of RGB (Red+Green+Blue) = 178+34+74=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2224A is #4DDDB5. Grayscale: #515151. Windows color (decimal): -5103030 or 4858546. OLE color: 4858546.

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

Color convert

RGB 178 34 74 -
CMYK 0 0.81 0.58 0.30
HSL 343.33º 0.68% 0.42% -
HSV(B) 343.33º 0.81% 0.7% -
XYZ 20.17 11.1 7.56 -
YUV 81.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 178 34 74 0 0.81 0.58 0.30 343.33 0.68 0.42
Hex B2 22 4A 0 51 3A 1E 157 44 2A
Octal 262 42 112 0 121 72 36 527 104 52
Binary 10110010 100010 1001010 0 1010001 111010 11110 101010111 1000100 101010

Color Harmonies of #B2224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2224A

Black with #B2224A

Text Example


Text Example

White with #B2224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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