Html Css Color HEX #BA354A Old Rose

📋 copy color: '#BA354A'

red 186 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #BA354A

Tints of Old Rose #BA354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 59.42%
G = 16.93%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA354A (or 0xBA354A) is known color: Old Rose. HEX triplet: BA, 35 and 4A. RGB value is (186,53,74). Sum of RGB (Red+Green+Blue) = 186+53+74=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA354A is #45CAB5. Grayscale: #5F5F5F. Windows color (decimal): -4573878 or 4863418. OLE color: 4863418.

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

Color convert

RGB 186 53 74 -
CMYK 0 0.72 0.60 0.27
HSL 350.53º 0.56% 0.47% -
HSV(B) 350.53º 0.72% 0.73% -
XYZ 22.76 13.48 7.88 -
YUV 95.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 186 53 74 0 0.72 0.60 0.27 350.53 0.56 0.47
Hex BA 35 4A 0 48 3C 1B 15F 38 2F
Octal 272 65 112 0 110 74 33 537 70 57
Binary 10111010 110101 1001010 0 1001000 111100 11011 101011111 111000 101111

Color Harmonies of #BA354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA354A

Black with #BA354A

Text Example


Text Example

White with #BA354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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