Html Css Color HEX #BA2453 Old Rose

📋 copy color: '#BA2453'

red 186 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #BA2453

Tints of Old Rose #BA2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 60.98%
G = 11.8%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2453 (or 0xBA2453) is known color: Old Rose. HEX triplet: BA, 24 and 53. RGB value is (186,36,83). Sum of RGB (Red+Green+Blue) = 186+36+83=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2453 is #45DBAC. Grayscale: #565656. Windows color (decimal): -4578221 or 5448890. OLE color: 5448890.

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

Color convert

RGB 186 36 83 -
CMYK 0 0.81 0.55 0.27
HSL 341.2º 0.68% 0.44% -
HSV(B) 341.2º 0.81% 0.73% -
XYZ 22.44 12.33 9.38 -
YUV 86.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 186 36 83 0 0.81 0.55 0.27 341.2 0.68 0.44
Hex BA 24 53 0 51 37 1B 155 44 2C
Octal 272 44 123 0 121 67 33 525 104 54
Binary 10111010 100100 1010011 0 1010001 110111 11011 101010101 1000100 101100

Color Harmonies of #BA2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2453

Black with #BA2453

Text Example


Text Example

White with #BA2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2453; }

 p { color: rgb(186,36,83); }

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

background-color css

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

 a { background-color: rgb(186,36,83); }

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

border-color css

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

 span { border-color: rgb(186,36,83); }

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