Html Css Color HEX #BA275D Old Rose

📋 copy color: '#BA275D'

red 186 ◦ green 39 ◦ blue 93

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

Shades of Old Rose #BA275D

Tints of Old Rose #BA275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 58.49%
G = 12.26%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA275D (or 0xBA275D) is known color: Old Rose. HEX triplet: BA, 27 and 5D. RGB value is (186,39,93). Sum of RGB (Red+Green+Blue) = 186+39+93=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA275D is #45D8A2. Grayscale: #595959. Windows color (decimal): -4577443 or 6105018. OLE color: 6105018.

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

Color convert

RGB 186 39 93 -
CMYK 0 0.79 0.5 0.27
HSL 337.96º 0.65% 0.44% -
HSV(B) 337.96º 0.79% 0.73% -
XYZ 22.95 12.68 11.59 -
YUV 89.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 186 39 93 0 0.79 0.5 0.27 337.96 0.65 0.44
Hex BA 27 5D 0 4F 32 1B 152 41 2C
Octal 272 47 135 0 117 62 33 522 101 54
Binary 10111010 100111 1011101 0 1001111 110010 11011 101010010 1000001 101100

Color Harmonies of #BA275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA275D

Black with #BA275D

Text Example


Text Example

White with #BA275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA275D; }

 p { color: rgb(186,39,93); }

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

background-color css

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

 a { background-color: rgb(186,39,93); }

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

border-color css

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

 span { border-color: rgb(186,39,93); }

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