Html Css Color HEX #BA2F45 Old Rose

📋 copy color: '#BA2F45'

red 186 ◦ green 47 ◦ blue 69

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

Shades of Old Rose #BA2F45

Tints of Old Rose #BA2F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 61.59%
G = 15.56%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA2F45 (or 0xBA2F45) is known color: Old Rose. HEX triplet: BA, 2F and 45. RGB value is (186,47,69). Sum of RGB (Red+Green+Blue) = 186+47+69=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F45 is #45D0BA. Grayscale: #5B5B5B. Windows color (decimal): -4575419 or 4534202. OLE color: 4534202.

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

Color convert

RGB 186 47 69 -
CMYK 0 0.75 0.63 0.27
HSL 350.5º 0.6% 0.46% -
HSV(B) 350.5º 0.75% 0.73% -
XYZ 22.34 12.9 6.94 -
YUV 91.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 186 47 69 0 0.75 0.63 0.27 350.5 0.6 0.46
Hex BA 2F 45 0 4B 3F 1B 15F 3C 2E
Octal 272 57 105 0 113 77 33 537 74 56
Binary 10111010 101111 1000101 0 1001011 111111 11011 101011111 111100 101110

Color Harmonies of #BA2F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F45

Black with #BA2F45

Text Example


Text Example

White with #BA2F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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