Html Css Color HEX #BA2346 Old Rose

📋 copy color: '#BA2346'

red 186 ◦ green 35 ◦ blue 70

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

Shades of Old Rose #BA2346

Tints of Old Rose #BA2346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 63.92%
G = 12.03%
B = 24.05%

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

#BA2346 (or 0xBA2346) is known color: Old Rose. HEX triplet: BA, 23 and 46. RGB value is (186,35,70). Sum of RGB (Red+Green+Blue) = 186+35+70=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2346 is #45DCB9. Grayscale: #545454. Windows color (decimal): -4578490 or 4596666. OLE color: 4596666.

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

Color convert

RGB 186 35 70 -
CMYK 0 0.81 0.62 0.27
HSL 346.09º 0.68% 0.43% -
HSV(B) 346.09º 0.81% 0.73% -
XYZ 21.96 12.08 6.97 -
YUV 84.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 186 35 70 0 0.81 0.62 0.27 346.09 0.68 0.43
Hex BA 23 46 0 51 3E 1B 15A 44 2B
Octal 272 43 106 0 121 76 33 532 104 53
Binary 10111010 100011 1000110 0 1010001 111110 11011 101011010 1000100 101011

Color Harmonies of #BA2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2346

Black with #BA2346

Text Example


Text Example

White with #BA2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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