Html Css Color HEX #BA3452 Old Rose

📋 copy color: '#BA3452'

red 186 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #BA3452

Tints of Old Rose #BA3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 58.13%
G = 16.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3452 (or 0xBA3452) is known color: Old Rose. HEX triplet: BA, 34 and 52. RGB value is (186,52,82). Sum of RGB (Red+Green+Blue) = 186+52+82=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3452 is #45CBAD. Grayscale: #5F5F5F. Windows color (decimal): -4574126 or 5387450. OLE color: 5387450.

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

Color convert

RGB 186 52 82 -
CMYK 0 0.72 0.56 0.27
HSL 346.57º 0.56% 0.47% -
HSV(B) 346.57º 0.72% 0.73% -
XYZ 23 13.5 9.38 -
YUV 95.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 186 52 82 0 0.72 0.56 0.27 346.57 0.56 0.47
Hex BA 34 52 0 48 38 1B 15B 38 2F
Octal 272 64 122 0 110 70 33 533 70 57
Binary 10111010 110100 1010010 0 1001000 111000 11011 101011011 111000 101111

Color Harmonies of #BA3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3452

Black with #BA3452

Text Example


Text Example

White with #BA3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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