Html Css Color HEX #BA3350 Old Rose

📋 copy color: '#BA3350'

red 186 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #BA3350

Tints of Old Rose #BA3350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 58.68%
G = 16.09%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA3350 (or 0xBA3350) is known color: Old Rose. HEX triplet: BA, 33 and 50. RGB value is (186,51,80). Sum of RGB (Red+Green+Blue) = 186+51+80=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3350 is #45CCAF. Grayscale: #5E5E5E. Windows color (decimal): -4574384 or 5256122. OLE color: 5256122.

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

Color convert

RGB 186 51 80 -
CMYK 0 0.73 0.57 0.27
HSL 347.11º 0.57% 0.46% -
HSV(B) 347.11º 0.73% 0.73% -
XYZ 22.88 13.39 8.97 -
YUV 94.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 186 51 80 0 0.73 0.57 0.27 347.11 0.57 0.46
Hex BA 33 50 0 49 39 1B 15B 39 2E
Octal 272 63 120 0 111 71 33 533 71 56
Binary 10111010 110011 1010000 0 1001001 111001 11011 101011011 111001 101110

Color Harmonies of #BA3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3350

Black with #BA3350

Text Example


Text Example

White with #BA3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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