Html Css Color HEX #BA3845 Old Rose

📋 copy color: '#BA3845'

red 186 ◦ green 56 ◦ blue 69

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

Shades of Old Rose #BA3845

Tints of Old Rose #BA3845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 59.81%
G = 18.01%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3845 (or 0xBA3845) is known color: Old Rose. HEX triplet: BA, 38 and 45. RGB value is (186,56,69). Sum of RGB (Red+Green+Blue) = 186+56+69=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3845 is #45C7BA. Grayscale: #606060. Windows color (decimal): -4573115 or 4536506. OLE color: 4536506.

HSL color Cylindrical-coordinate representation of color #BA3845: hue angle of 354º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3845 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 69 -
CMYK 0 0.70 0.63 0.27
HSL 354º 0.54% 0.47% -
HSV(B) 354º 0.7% 0.73% -
XYZ 22.74 13.7 7.08 -
YUV 96.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 186 56 69 0 0.70 0.63 0.27 354 0.54 0.47
Hex BA 38 45 0 46 3F 1B 162 36 2F
Octal 272 70 105 0 106 77 33 542 66 57
Binary 10111010 111000 1000101 0 1000110 111111 11011 101100010 110110 101111

Color Harmonies of #BA3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3845

Black with #BA3845

Text Example


Text Example

White with #BA3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3845; }

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

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

background-color css

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

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

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

border-color css

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

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

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