Html Css Color HEX #BA3446 Old Rose

📋 copy color: '#BA3446'

red 186 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #BA3446

Tints of Old Rose #BA3446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 60.39%
G = 16.88%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA3446 (or 0xBA3446) is known color: Old Rose. HEX triplet: BA, 34 and 46. RGB value is (186,52,70). Sum of RGB (Red+Green+Blue) = 186+52+70=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3446 is #45CBB9. Grayscale: #5E5E5E. Windows color (decimal): -4574138 or 4601018. OLE color: 4601018.

HSL color Cylindrical-coordinate representation of color #BA3446: hue angle of 351.94º 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 #BA3446 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 70 -
CMYK 0 0.72 0.62 0.27
HSL 351.94º 0.56% 0.47% -
HSV(B) 351.94º 0.72% 0.73% -
XYZ 22.58 13.34 7.18 -
YUV 94.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 186 52 70 0 0.72 0.62 0.27 351.94 0.56 0.47
Hex BA 34 46 0 48 3E 1B 160 38 2F
Octal 272 64 106 0 110 76 33 540 70 57
Binary 10111010 110100 1000110 0 1001000 111110 11011 101100000 111000 101111

Color Harmonies of #BA3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3446

Black with #BA3446

Text Example


Text Example

White with #BA3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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