Html Css Color HEX #BA3351 Old Rose

📋 copy color: '#BA3351'

red 186 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #BA3351

Tints of Old Rose #BA3351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 58.49%
G = 16.04%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA3351 (or 0xBA3351) is known color: Old Rose. HEX triplet: BA, 33 and 51. RGB value is (186,51,81). Sum of RGB (Red+Green+Blue) = 186+51+81=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3351 is #45CCAE. Grayscale: #5E5E5E. Windows color (decimal): -4574383 or 5321658. OLE color: 5321658.

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

Color convert

RGB 186 51 81 -
CMYK 0 0.73 0.56 0.27
HSL 346.67º 0.57% 0.46% -
HSV(B) 346.67º 0.73% 0.73% -
XYZ 22.92 13.4 9.16 -
YUV 94.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 186 51 81 0 0.73 0.56 0.27 346.67 0.57 0.46
Hex BA 33 51 0 49 38 1B 15B 39 2E
Octal 272 63 121 0 111 70 33 533 71 56
Binary 10111010 110011 1010001 0 1001001 111000 11011 101011011 111001 101110

Color Harmonies of #BA3351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3351

Black with #BA3351

Text Example


Text Example

White with #BA3351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3351; }

 p { color: rgb(186,51,81); }

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

background-color css

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

 a { background-color: rgb(186,51,81); }

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

border-color css

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

 span { border-color: rgb(186,51,81); }

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