Html Css Color HEX #BA3945 Old Rose

📋 copy color: '#BA3945'

red 186 ◦ green 57 ◦ blue 69

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

Shades of Old Rose #BA3945

Tints of Old Rose #BA3945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

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

R = 59.62%
G = 18.27%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3945 (or 0xBA3945) is known color: Old Rose. HEX triplet: BA, 39 and 45. RGB value is (186,57,69). Sum of RGB (Red+Green+Blue) = 186+57+69=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3945 is #45C6BA. Grayscale: #616161. Windows color (decimal): -4572859 or 4536762. OLE color: 4536762.

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

Color convert

RGB 186 57 69 -
CMYK 0 0.69 0.63 0.27
HSL 354.42º 0.53% 0.48% -
HSV(B) 354.42º 0.69% 0.73% -
XYZ 22.79 13.8 7.09 -
YUV 96.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 186 57 69 0 0.69 0.63 0.27 354.42 0.53 0.48
Hex BA 39 45 0 45 3F 1B 162 35 30
Octal 272 71 105 0 105 77 33 542 65 60
Binary 10111010 111001 1000101 0 1000101 111111 11011 101100010 110101 110000

Color Harmonies of #BA3945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3945

Black with #BA3945

Text Example


Text Example

White with #BA3945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3945; }

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

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

background-color css

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

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

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

border-color css

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

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

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