Html Css Color HEX #BA3A48 Old Rose

📋 copy color: '#BA3A48'

red 186 ◦ green 58 ◦ blue 72

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

Shades of Old Rose #BA3A48

Tints of Old Rose #BA3A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 58.86%
G = 18.35%
B = 22.78%

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

#BA3A48 (or 0xBA3A48) is known color: Old Rose. HEX triplet: BA, 3A and 48. RGB value is (186,58,72). Sum of RGB (Red+Green+Blue) = 186+58+72=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A48 is #45C5B7. Grayscale: #616161. Windows color (decimal): -4572600 or 4733626. OLE color: 4733626.

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

Color convert

RGB 186 58 72 -
CMYK 0 0.69 0.61 0.27
HSL 353.44º 0.52% 0.48% -
HSV(B) 353.44º 0.69% 0.73% -
XYZ 22.93 13.93 7.61 -
YUV 97.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 186 58 72 0 0.69 0.61 0.27 353.44 0.52 0.48
Hex BA 3A 48 0 45 3D 1B 161 34 30
Octal 272 72 110 0 105 75 33 541 64 60
Binary 10111010 111010 1001000 0 1000101 111101 11011 101100001 110100 110000

Color Harmonies of #BA3A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A48

Black with #BA3A48

Text Example


Text Example

White with #BA3A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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