Html Css Color HEX #BA2945 Old Rose

📋 copy color: '#BA2945'

red 186 ◦ green 41 ◦ blue 69

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

Shades of Old Rose #BA2945

Tints of Old Rose #BA2945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 62.84%
G = 13.85%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA2945 (or 0xBA2945) is known color: Old Rose. HEX triplet: BA, 29 and 45. RGB value is (186,41,69). Sum of RGB (Red+Green+Blue) = 186+41+69=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2945 is #45D6BA. Grayscale: #575757. Windows color (decimal): -4576955 or 4532666. OLE color: 4532666.

HSL color Cylindrical-coordinate representation of color #BA2945: hue angle of 348.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2945 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 69 -
CMYK 0 0.78 0.63 0.27
HSL 348.41º 0.64% 0.45% -
HSV(B) 348.41º 0.78% 0.73% -
XYZ 22.12 12.45 6.87 -
YUV 87.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 186 41 69 0 0.78 0.63 0.27 348.41 0.64 0.45
Hex BA 29 45 0 4E 3F 1B 15C 40 2D
Octal 272 51 105 0 116 77 33 534 100 55
Binary 10111010 101001 1000101 0 1001110 111111 11011 101011100 1000000 101101

Color Harmonies of #BA2945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2945

Black with #BA2945

Text Example


Text Example

White with #BA2945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2945; }

 p { color: rgb(186,41,69); }

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

background-color css

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

 a { background-color: rgb(186,41,69); }

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

border-color css

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

 span { border-color: rgb(186,41,69); }

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