Html Css Color HEX #B2245C Old Rose

📋 copy color: '#B2245C'

red 178 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #B2245C

Tints of Old Rose #B2245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 58.17%
G = 11.76%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2245C (or 0xB2245C) is known color: Old Rose. HEX triplet: B2, 24 and 5C. RGB value is (178,36,92). Sum of RGB (Red+Green+Blue) = 178+36+92=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2245C is #4DDBA3. Grayscale: #545454. Windows color (decimal): -5102500 or 6038706. OLE color: 6038706.

HSL color Cylindrical-coordinate representation of color #B2245C: hue angle of 336.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2245C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 92 -
CMYK 0 0.80 0.48 0.30
HSL 336.34º 0.66% 0.42% -
HSV(B) 336.34º 0.8% 0.7% -
XYZ 20.92 11.5 11.24 -
YUV 84.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 178 36 92 0 0.80 0.48 0.30 336.34 0.66 0.42
Hex B2 24 5C 0 50 30 1E 150 42 2A
Octal 262 44 134 0 120 60 36 520 102 52
Binary 10110010 100100 1011100 0 1010000 110000 11110 101010000 1000010 101010

Color Harmonies of #B2245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2245C

Black with #B2245C

Text Example


Text Example

White with #B2245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2245C; }

 p { color: rgb(178,36,92); }

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

background-color css

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

 a { background-color: rgb(178,36,92); }

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

border-color css

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

 span { border-color: rgb(178,36,92); }

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