Html Css Color HEX #BA3544 Old Rose

📋 copy color: '#BA3544'

red 186 ◦ green 53 ◦ blue 68

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

Shades of Old Rose #BA3544

Tints of Old Rose #BA3544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 60.59%
G = 17.26%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3544 (or 0xBA3544) is known color: Old Rose. HEX triplet: BA, 35 and 44. RGB value is (186,53,68). Sum of RGB (Red+Green+Blue) = 186+53+68=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3544 is #45CABB. Grayscale: #5E5E5E. Windows color (decimal): -4573884 or 4470202. OLE color: 4470202.

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

Color convert

RGB 186 53 68 -
CMYK 0 0.72 0.63 0.27
HSL 353.23º 0.56% 0.47% -
HSV(B) 353.23º 0.72% 0.73% -
XYZ 22.57 13.4 6.87 -
YUV 94.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 186 53 68 0 0.72 0.63 0.27 353.23 0.56 0.47
Hex BA 35 44 0 48 3F 1B 161 38 2F
Octal 272 65 104 0 110 77 33 541 70 57
Binary 10111010 110101 1000100 0 1001000 111111 11011 101100001 111000 101111

Color Harmonies of #BA3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3544

Black with #BA3544

Text Example


Text Example

White with #BA3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3544; }

 p { color: rgb(186,53,68); }

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

background-color css

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

 a { background-color: rgb(186,53,68); }

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

border-color css

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

 span { border-color: rgb(186,53,68); }

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