Html Css Color HEX #BA3352 Old Rose

📋 copy color: '#BA3352'

red 186 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #BA3352

Tints of Old Rose #BA3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 58.31%
G = 15.99%
B = 25.71%

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

#BA3352 (or 0xBA3352) is known color: Old Rose. HEX triplet: BA, 33 and 52. RGB value is (186,51,82). Sum of RGB (Red+Green+Blue) = 186+51+82=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3352 is #45CCAD. Grayscale: #5E5E5E. Windows color (decimal): -4574382 or 5387194. OLE color: 5387194.

HSL color Cylindrical-coordinate representation of color #BA3352: hue angle of 346.22º degrees, saturation: 0.57, 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 #BA3352 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 82 -
CMYK 0 0.73 0.56 0.27
HSL 346.22º 0.57% 0.46% -
HSV(B) 346.22º 0.73% 0.73% -
XYZ 22.96 13.42 9.36 -
YUV 94.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 186 51 82 0 0.73 0.56 0.27 346.22 0.57 0.46
Hex BA 33 52 0 49 38 1B 15A 39 2E
Octal 272 63 122 0 111 70 33 532 71 56
Binary 10111010 110011 1010010 0 1001001 111000 11011 101011010 111001 101110

Color Harmonies of #BA3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3352

Black with #BA3352

Text Example


Text Example

White with #BA3352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3352; }

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

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

background-color css

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

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

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

border-color css

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

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

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