Html Css Color HEX #BA3145 Old Rose

📋 copy color: '#BA3145'

red 186 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #BA3145

Tints of Old Rose #BA3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 61.18%
G = 16.12%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3145 (or 0xBA3145) is known color: Old Rose. HEX triplet: BA, 31 and 45. RGB value is (186,49,69). Sum of RGB (Red+Green+Blue) = 186+49+69=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3145 is #45CEBA. Grayscale: #5C5C5C. Windows color (decimal): -4574907 or 4534714. OLE color: 4534714.

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

Color convert

RGB 186 49 69 -
CMYK 0 0.74 0.63 0.27
HSL 351.24º 0.58% 0.46% -
HSV(B) 351.24º 0.74% 0.73% -
XYZ 22.42 13.07 6.97 -
YUV 92.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 186 49 69 0 0.74 0.63 0.27 351.24 0.58 0.46
Hex BA 31 45 0 4A 3F 1B 15F 3A 2E
Octal 272 61 105 0 112 77 33 537 72 56
Binary 10111010 110001 1000101 0 1001010 111111 11011 101011111 111010 101110

Color Harmonies of #BA3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3145

Black with #BA3145

Text Example


Text Example

White with #BA3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3145; }

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

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

background-color css

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

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

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

border-color css

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

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

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