Html Css Color HEX #B2245B Old Rose

📋 copy color: '#B2245B'

red 178 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #B2245B

Tints of Old Rose #B2245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 58.36%
G = 11.8%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2245B (or 0xB2245B) is known color: Old Rose. HEX triplet: B2, 24 and 5B. RGB value is (178,36,91). Sum of RGB (Red+Green+Blue) = 178+36+91=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2245B is #4DDBA4. Grayscale: #545454. Windows color (decimal): -5102501 or 5973170. OLE color: 5973170.

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

Color convert

RGB 178 36 91 -
CMYK 0 0.80 0.49 0.30
HSL 336.76º 0.66% 0.42% -
HSV(B) 336.76º 0.8% 0.7% -
XYZ 20.88 11.48 11.01 -
YUV 84.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 178 36 91 0 0.80 0.49 0.30 336.76 0.66 0.42
Hex B2 24 5B 0 50 31 1E 151 42 2A
Octal 262 44 133 0 120 61 36 521 102 52
Binary 10110010 100100 1011011 0 1010000 110001 11110 101010001 1000010 101010

Color Harmonies of #B2245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2245B

Black with #B2245B

Text Example


Text Example

White with #B2245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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