Html Css Color HEX #BA2347 Old Rose

📋 copy color: '#BA2347'

red 186 ◦ green 35 ◦ blue 71

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

Shades of Old Rose #BA2347

Tints of Old Rose #BA2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 71 (28.13% from 255) = 24.32%

R = 63.7%
G = 11.99%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2347 (or 0xBA2347) is known color: Old Rose. HEX triplet: BA, 23 and 47. RGB value is (186,35,71). Sum of RGB (Red+Green+Blue) = 186+35+71=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2347 is #45DCB8. Grayscale: #545454. Windows color (decimal): -4578489 or 4662202. OLE color: 4662202.

HSL color Cylindrical-coordinate representation of color #BA2347: hue angle of 345.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2347 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 71 -
CMYK 0 0.81 0.62 0.27
HSL 345.7º 0.68% 0.43% -
HSV(B) 345.7º 0.81% 0.73% -
XYZ 21.99 12.1 7.14 -
YUV 84.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 186 35 71 0 0.81 0.62 0.27 345.7 0.68 0.43
Hex BA 23 47 0 51 3E 1B 15A 44 2B
Octal 272 43 107 0 121 76 33 532 104 53
Binary 10111010 100011 1000111 0 1010001 111110 11011 101011010 1000100 101011

Color Harmonies of #BA2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2347

Black with #BA2347

Text Example


Text Example

White with #BA2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2347; }

 p { color: rgb(186,35,71); }

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

background-color css

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

 a { background-color: rgb(186,35,71); }

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

border-color css

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

 span { border-color: rgb(186,35,71); }

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