Html Css Color HEX #BA2845 Old Rose

📋 copy color: '#BA2845'

red 186 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #BA2845

Tints of Old Rose #BA2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 63.05%
G = 13.56%
B = 23.39%

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

#BA2845 (or 0xBA2845) is known color: Old Rose. HEX triplet: BA, 28 and 45. RGB value is (186,40,69). Sum of RGB (Red+Green+Blue) = 186+40+69=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2845 is #45D7BA. Grayscale: #565656. Windows color (decimal): -4577211 or 4532410. OLE color: 4532410.

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

Color convert

RGB 186 40 69 -
CMYK 0 0.78 0.63 0.27
HSL 348.08º 0.65% 0.44% -
HSV(B) 348.08º 0.78% 0.73% -
XYZ 22.08 12.39 6.86 -
YUV 86.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 186 40 69 0 0.78 0.63 0.27 348.08 0.65 0.44
Hex BA 28 45 0 4E 3F 1B 15C 41 2C
Octal 272 50 105 0 116 77 33 534 101 54
Binary 10111010 101000 1000101 0 1001110 111111 11011 101011100 1000001 101100

Color Harmonies of #BA2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2845

Black with #BA2845

Text Example


Text Example

White with #BA2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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