Html Css Color HEX #BA3D48 Old Rose

📋 copy color: '#BA3D48'

red 186 ◦ green 61 ◦ blue 72

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

Shades of Old Rose #BA3D48

Tints of Old Rose #BA3D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 58.31%
G = 19.12%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3D48 (or 0xBA3D48) is known color: Old Rose. HEX triplet: BA, 3D and 48. RGB value is (186,61,72). Sum of RGB (Red+Green+Blue) = 186+61+72=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D48 is #45C2B7. Grayscale: #636363. Windows color (decimal): -4571832 or 4734394. OLE color: 4734394.

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

Color convert

RGB 186 61 72 -
CMYK 0 0.67 0.61 0.27
HSL 354.72º 0.51% 0.48% -
HSV(B) 354.72º 0.67% 0.73% -
XYZ 23.09 14.24 7.66 -
YUV 99.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 186 61 72 0 0.67 0.61 0.27 354.72 0.51 0.48
Hex BA 3D 48 0 43 3D 1B 163 33 30
Octal 272 75 110 0 103 75 33 543 63 60
Binary 10111010 111101 1001000 0 1000011 111101 11011 101100011 110011 110000

Color Harmonies of #BA3D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D48

Black with #BA3D48

Text Example


Text Example

White with #BA3D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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