Html Css Color HEX #BA3252 Old Rose

📋 copy color: '#BA3252'

red 186 ◦ green 50 ◦ blue 82

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

Shades of Old Rose #BA3252

Tints of Old Rose #BA3252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 58.49%
G = 15.72%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3252 (or 0xBA3252) is known color: Old Rose. HEX triplet: BA, 32 and 52. RGB value is (186,50,82). Sum of RGB (Red+Green+Blue) = 186+50+82=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3252 is #45CDAD. Grayscale: #5E5E5E. Windows color (decimal): -4574638 or 5386938. OLE color: 5386938.

HSL color Cylindrical-coordinate representation of color #BA3252: hue angle of 345.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3252 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 82 -
CMYK 0 0.73 0.56 0.27
HSL 345.88º 0.58% 0.46% -
HSV(B) 345.88º 0.73% 0.73% -
XYZ 22.91 13.33 9.35 -
YUV 94.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 186 50 82 0 0.73 0.56 0.27 345.88 0.58 0.46
Hex BA 32 52 0 49 38 1B 15A 3A 2E
Octal 272 62 122 0 111 70 33 532 72 56
Binary 10111010 110010 1010010 0 1001001 111000 11011 101011010 111010 101110

Color Harmonies of #BA3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3252

Black with #BA3252

Text Example


Text Example

White with #BA3252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3252; }

 p { color: rgb(186,50,82); }

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

background-color css

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

 a { background-color: rgb(186,50,82); }

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

border-color css

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

 span { border-color: rgb(186,50,82); }

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