Html Css Color HEX #BA2748 Old Rose

📋 copy color: '#BA2748'

red 186 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #BA2748

Tints of Old Rose #BA2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 62.63%
G = 13.13%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2748 (or 0xBA2748) is known color: Old Rose. HEX triplet: BA, 27 and 48. RGB value is (186,39,72). Sum of RGB (Red+Green+Blue) = 186+39+72=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2748 is #45D8B7. Grayscale: #565656. Windows color (decimal): -4577464 or 4728762. OLE color: 4728762.

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

Color convert

RGB 186 39 72 -
CMYK 0 0.79 0.61 0.27
HSL 346.53º 0.65% 0.44% -
HSV(B) 346.53º 0.79% 0.73% -
XYZ 22.14 12.36 7.35 -
YUV 86.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 186 39 72 0 0.79 0.61 0.27 346.53 0.65 0.44
Hex BA 27 48 0 4F 3D 1B 15B 41 2C
Octal 272 47 110 0 117 75 33 533 101 54
Binary 10111010 100111 1001000 0 1001111 111101 11011 101011011 1000001 101100

Color Harmonies of #BA2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2748

Black with #BA2748

Text Example


Text Example

White with #BA2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2748; }

 p { color: rgb(186,39,72); }

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

background-color css

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

 a { background-color: rgb(186,39,72); }

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

border-color css

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

 span { border-color: rgb(186,39,72); }

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