Html Css Color HEX #BA2B52 Old Rose

📋 copy color: '#BA2B52'

red 186 ◦ green 43 ◦ blue 82

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

Shades of Old Rose #BA2B52

Tints of Old Rose #BA2B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 59.81%
G = 13.83%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2B52 (or 0xBA2B52) is known color: Old Rose. HEX triplet: BA, 2B and 52. RGB value is (186,43,82). Sum of RGB (Red+Green+Blue) = 186+43+82=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B52 is #45D4AD. Grayscale: #5A5A5A. Windows color (decimal): -4576430 or 5385146. OLE color: 5385146.

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

Color convert

RGB 186 43 82 -
CMYK 0 0.77 0.56 0.27
HSL 343.64º 0.62% 0.45% -
HSV(B) 343.64º 0.77% 0.73% -
XYZ 22.64 12.78 9.26 -
YUV 90.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 186 43 82 0 0.77 0.56 0.27 343.64 0.62 0.45
Hex BA 2B 52 0 4D 38 1B 158 3E 2D
Octal 272 53 122 0 115 70 33 530 76 55
Binary 10111010 101011 1010010 0 1001101 111000 11011 101011000 111110 101101

Color Harmonies of #BA2B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B52

Black with #BA2B52

Text Example


Text Example

White with #BA2B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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