Html Css Color HEX #BA3244 Old Rose

📋 copy color: '#BA3244'

red 186 ◦ green 50 ◦ blue 68

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

Shades of Old Rose #BA3244

Tints of Old Rose #BA3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 61.18%
G = 16.45%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3244 (or 0xBA3244) is known color: Old Rose. HEX triplet: BA, 32 and 44. RGB value is (186,50,68). Sum of RGB (Red+Green+Blue) = 186+50+68=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3244 is #45CDBB. Grayscale: #5C5C5C. Windows color (decimal): -4574652 or 4469434. OLE color: 4469434.

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

Color convert

RGB 186 50 68 -
CMYK 0 0.73 0.63 0.27
HSL 352.06º 0.58% 0.46% -
HSV(B) 352.06º 0.73% 0.73% -
XYZ 22.43 13.14 6.82 -
YUV 92.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 186 50 68 0 0.73 0.63 0.27 352.06 0.58 0.46
Hex BA 32 44 0 49 3F 1B 160 3A 2E
Octal 272 62 104 0 111 77 33 540 72 56
Binary 10111010 110010 1000100 0 1001001 111111 11011 101100000 111010 101110

Color Harmonies of #BA3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3244

Black with #BA3244

Text Example


Text Example

White with #BA3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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