Html Css Color HEX #B0244A Old Rose

📋 copy color: '#B0244A'

red 176 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #B0244A

Tints of Old Rose #B0244A

RGB

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

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

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

R = 61.54%
G = 12.59%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0244A (or 0xB0244A) is known color: Old Rose. HEX triplet: B0, 24 and 4A. RGB value is (176,36,74). Sum of RGB (Red+Green+Blue) = 176+36+74=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0244A is #4FDBB5. Grayscale: #525252. Windows color (decimal): -5233590 or 4859056. OLE color: 4859056.

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

Color convert

RGB 176 36 74 -
CMYK 0 0.80 0.58 0.31
HSL 343.71º 0.66% 0.42% -
HSV(B) 343.71º 0.8% 0.69% -
XYZ 19.77 10.99 7.56 -
YUV 82.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 176 36 74 0 0.80 0.58 0.31 343.71 0.66 0.42
Hex B0 24 4A 0 50 3A 1F 158 42 2A
Octal 260 44 112 0 120 72 37 530 102 52
Binary 10110000 100100 1001010 0 1010000 111010 11111 101011000 1000010 101010

Color Harmonies of #B0244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0244A

Black with #B0244A

Text Example


Text Example

White with #B0244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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