Html Css Color HEX #BA2952 Old Rose

📋 copy color: '#BA2952'

red 186 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #BA2952

Tints of Old Rose #BA2952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 60.19%
G = 13.27%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2952 (or 0xBA2952) is known color: Old Rose. HEX triplet: BA, 29 and 52. RGB value is (186,41,82). Sum of RGB (Red+Green+Blue) = 186+41+82=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2952 is #45D6AD. Grayscale: #595959. Windows color (decimal): -4576942 or 5384634. OLE color: 5384634.

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

Color convert

RGB 186 41 82 -
CMYK 0 0.78 0.56 0.27
HSL 343.03º 0.64% 0.45% -
HSV(B) 343.03º 0.78% 0.73% -
XYZ 22.57 12.63 9.23 -
YUV 89.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 186 41 82 0 0.78 0.56 0.27 343.03 0.64 0.45
Hex BA 29 52 0 4E 38 1B 157 40 2D
Octal 272 51 122 0 116 70 33 527 100 55
Binary 10111010 101001 1010010 0 1001110 111000 11011 101010111 1000000 101101

Color Harmonies of #BA2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2952

Black with #BA2952

Text Example


Text Example

White with #BA2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2952; }

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

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

background-color css

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

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

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

border-color css

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

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

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