Html Css Color HEX #BA2454 Old Rose

📋 copy color: '#BA2454'

red 186 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #BA2454

Tints of Old Rose #BA2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 60.78%
G = 11.76%
B = 27.45%

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

#BA2454 (or 0xBA2454) is known color: Old Rose. HEX triplet: BA, 24 and 54. RGB value is (186,36,84). Sum of RGB (Red+Green+Blue) = 186+36+84=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2454 is #45DBAB. Grayscale: #565656. Windows color (decimal): -4578220 or 5514426. OLE color: 5514426.

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

Color convert

RGB 186 36 84 -
CMYK 0 0.81 0.55 0.27
HSL 340.8º 0.68% 0.44% -
HSV(B) 340.8º 0.81% 0.73% -
XYZ 22.48 12.34 9.58 -
YUV 86.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 186 36 84 0 0.81 0.55 0.27 340.8 0.68 0.44
Hex BA 24 54 0 51 37 1B 155 44 2C
Octal 272 44 124 0 121 67 33 525 104 54
Binary 10111010 100100 1010100 0 1010001 110111 11011 101010101 1000100 101100

Color Harmonies of #BA2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2454

Black with #BA2454

Text Example


Text Example

White with #BA2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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