Html Css Color HEX #BA2D52 Old Rose

📋 copy color: '#BA2D52'

red 186 ◦ green 45 ◦ blue 82

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

Shades of Old Rose #BA2D52

Tints of Old Rose #BA2D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 59.42%
G = 14.38%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2D52 (or 0xBA2D52) is known color: Old Rose. HEX triplet: BA, 2D and 52. RGB value is (186,45,82). Sum of RGB (Red+Green+Blue) = 186+45+82=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D52 is #45D2AD. Grayscale: #5B5B5B. Windows color (decimal): -4575918 or 5385658. OLE color: 5385658.

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

Color convert

RGB 186 45 82 -
CMYK 0 0.76 0.56 0.27
HSL 344.26º 0.61% 0.45% -
HSV(B) 344.26º 0.76% 0.73% -
XYZ 22.71 12.93 9.28 -
YUV 91.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 186 45 82 0 0.76 0.56 0.27 344.26 0.61 0.45
Hex BA 2D 52 0 4C 38 1B 158 3D 2D
Octal 272 55 122 0 114 70 33 530 75 55
Binary 10111010 101101 1010010 0 1001100 111000 11011 101011000 111101 101101

Color Harmonies of #BA2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D52

Black with #BA2D52

Text Example


Text Example

White with #BA2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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