Html Css Color HEX #BA404D Old Rose

📋 copy color: '#BA404D'

red 186 ◦ green 64 ◦ blue 77

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

Shades of Old Rose #BA404D

Tints of Old Rose #BA404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 56.88%
G = 19.57%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA404D (or 0xBA404D) is known color: Old Rose. HEX triplet: BA, 40 and 4D. RGB value is (186,64,77). Sum of RGB (Red+Green+Blue) = 186+64+77=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA404D is #45BFB2. Grayscale: #666666. Windows color (decimal): -4571059 or 5062842. OLE color: 5062842.

HSL color Cylindrical-coordinate representation of color #BA404D: hue angle of 353.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA404D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 77 -
CMYK 0 0.66 0.59 0.27
HSL 353.61º 0.49% 0.49% -
HSV(B) 353.61º 0.66% 0.73% -
XYZ 23.42 14.64 8.61 -
YUV 101.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 186 64 77 0 0.66 0.59 0.27 353.61 0.49 0.49
Hex BA 40 4D 0 42 3B 1B 162 31 31
Octal 272 100 115 0 102 73 33 542 61 61
Binary 10111010 1000000 1001101 0 1000010 111011 11011 101100010 110001 110001

Color Harmonies of #BA404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA404D

Black with #BA404D

Text Example


Text Example

White with #BA404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA404D; }

 p { color: rgb(186,64,77); }

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

background-color css

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

 a { background-color: rgb(186,64,77); }

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

border-color css

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

 span { border-color: rgb(186,64,77); }

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