Html Css Color HEX #B0244C Old Rose

📋 copy color: '#B0244C'

red 176 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #B0244C

Tints of Old Rose #B0244C

RGB

 RED value IS 176 (69.14% from 255) = 61.11%

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

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

R = 61.11%
G = 12.5%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0244C (or 0xB0244C) is known color: Old Rose. HEX triplet: B0, 24 and 4C. RGB value is (176,36,76). Sum of RGB (Red+Green+Blue) = 176+36+76=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0244C is #4FDBB3. Grayscale: #525252. Windows color (decimal): -5233588 or 4990128. OLE color: 4990128.

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

Color convert

RGB 176 36 76 -
CMYK 0 0.80 0.57 0.31
HSL 342.86º 0.66% 0.42% -
HSV(B) 342.86º 0.8% 0.69% -
XYZ 19.84 11.01 7.92 -
YUV 82.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 176 36 76 0 0.80 0.57 0.31 342.86 0.66 0.42
Hex B0 24 4C 0 50 39 1F 157 42 2A
Octal 260 44 114 0 120 71 37 527 102 52
Binary 10110000 100100 1001100 0 1010000 111001 11111 101010111 1000010 101010

Color Harmonies of #B0244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0244C

Black with #B0244C

Text Example


Text Example

White with #B0244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0244C; }

 p { color: rgb(176,36,76); }

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

background-color css

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

 a { background-color: rgb(176,36,76); }

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

border-color css

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

 span { border-color: rgb(176,36,76); }

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