Html Css Color HEX #BA3245 Old Rose

📋 copy color: '#BA3245'

red 186 ◦ green 50 ◦ blue 69

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

Shades of Old Rose #BA3245

Tints of Old Rose #BA3245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 60.98%
G = 16.39%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3245 (or 0xBA3245) is known color: Old Rose. HEX triplet: BA, 32 and 45. RGB value is (186,50,69). Sum of RGB (Red+Green+Blue) = 186+50+69=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3245 is #45CDBA. Grayscale: #5C5C5C. Windows color (decimal): -4574651 or 4534970. OLE color: 4534970.

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

Color convert

RGB 186 50 69 -
CMYK 0 0.73 0.63 0.27
HSL 351.62º 0.58% 0.46% -
HSV(B) 351.62º 0.73% 0.73% -
XYZ 22.46 13.15 6.98 -
YUV 92.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 186 50 69 0 0.73 0.63 0.27 351.62 0.58 0.46
Hex BA 32 45 0 49 3F 1B 160 3A 2E
Octal 272 62 105 0 111 77 33 540 72 56
Binary 10111010 110010 1000101 0 1001001 111111 11011 101100000 111010 101110

Color Harmonies of #BA3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3245

Black with #BA3245

Text Example


Text Example

White with #BA3245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3245; }

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

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

background-color css

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

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

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

border-color css

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

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

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