Html Css Color HEX #BA3948 Old Rose

📋 copy color: '#BA3948'

red 186 ◦ green 57 ◦ blue 72

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

Shades of Old Rose #BA3948

Tints of Old Rose #BA3948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 59.05%
G = 18.1%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3948 (or 0xBA3948) is known color: Old Rose. HEX triplet: BA, 39 and 48. RGB value is (186,57,72). Sum of RGB (Red+Green+Blue) = 186+57+72=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3948 is #45C6B7. Grayscale: #616161. Windows color (decimal): -4572856 or 4733370. OLE color: 4733370.

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

Color convert

RGB 186 57 72 -
CMYK 0 0.69 0.61 0.27
HSL 353.02º 0.53% 0.48% -
HSV(B) 353.02º 0.69% 0.73% -
XYZ 22.88 13.83 7.59 -
YUV 97.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 186 57 72 0 0.69 0.61 0.27 353.02 0.53 0.48
Hex BA 39 48 0 45 3D 1B 161 35 30
Octal 272 71 110 0 105 75 33 541 65 60
Binary 10111010 111001 1001000 0 1000101 111101 11011 101100001 110101 110000

Color Harmonies of #BA3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3948

Black with #BA3948

Text Example


Text Example

White with #BA3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3948; }

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

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

background-color css

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

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

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

border-color css

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

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

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