Html Css Color HEX #BA424C Old Rose

📋 copy color: '#BA424C'

red 186 ◦ green 66 ◦ blue 76

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

Shades of Old Rose #BA424C

Tints of Old Rose #BA424C

RGB

 RED value IS 186 (73.05% from 255) = 56.71%

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 56.71%
G = 20.12%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA424C (or 0xBA424C) is known color: Old Rose. HEX triplet: BA, 42 and 4C. RGB value is (186,66,76). Sum of RGB (Red+Green+Blue) = 186+66+76=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA424C is #45BDB3. Grayscale: #676767. Windows color (decimal): -4570548 or 4997818. OLE color: 4997818.

HSL color Cylindrical-coordinate representation of color #BA424C: hue angle of 355º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA424C is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 76 -
CMYK 0 0.65 0.59 0.27
HSL 355º 0.48% 0.49% -
HSV(B) 355º 0.65% 0.73% -
XYZ 23.5 14.86 8.47 -
YUV 103.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 186 66 76 0 0.65 0.59 0.27 355 0.48 0.49
Hex BA 42 4C 0 41 3B 1B 163 30 31
Octal 272 102 114 0 101 73 33 543 60 61
Binary 10111010 1000010 1001100 0 1000001 111011 11011 101100011 110000 110001

Color Harmonies of #BA424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA424C

Black with #BA424C

Text Example


Text Example

White with #BA424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA424C; }

 p { color: rgb(186,66,76); }

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

background-color css

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

 a { background-color: rgb(186,66,76); }

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

border-color css

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

 span { border-color: rgb(186,66,76); }

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