Html Css Color HEX #BA3C52 Old Rose

📋 copy color: '#BA3C52'

red 186 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #BA3C52

Tints of Old Rose #BA3C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 56.71%
G = 18.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3C52 (or 0xBA3C52) is known color: Old Rose. HEX triplet: BA, 3C and 52. RGB value is (186,60,82). Sum of RGB (Red+Green+Blue) = 186+60+82=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C52 is #45C3AD. Grayscale: #646464. Windows color (decimal): -4572078 or 5389498. OLE color: 5389498.

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

Color convert

RGB 186 60 82 -
CMYK 0 0.68 0.56 0.27
HSL 349.52º 0.51% 0.48% -
HSV(B) 349.52º 0.68% 0.73% -
XYZ 23.39 14.28 9.51 -
YUV 100.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 186 60 82 0 0.68 0.56 0.27 349.52 0.51 0.48
Hex BA 3C 52 0 44 38 1B 15E 33 30
Octal 272 74 122 0 104 70 33 536 63 60
Binary 10111010 111100 1010010 0 1000100 111000 11011 101011110 110011 110000

Color Harmonies of #BA3C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C52

Black with #BA3C52

Text Example


Text Example

White with #BA3C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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