Html Css Color HEX #BA2D4C Old Rose

📋 copy color: '#BA2D4C'

red 186 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #BA2D4C

Tints of Old Rose #BA2D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 60.59%
G = 14.66%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA2D4C (or 0xBA2D4C) is known color: Old Rose. HEX triplet: BA, 2D and 4C. RGB value is (186,45,76). Sum of RGB (Red+Green+Blue) = 186+45+76=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D4C is #45D2B3. Grayscale: #5A5A5A. Windows color (decimal): -4575924 or 4992442. OLE color: 4992442.

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

Color convert

RGB 186 45 76 -
CMYK 0 0.76 0.59 0.27
HSL 346.81º 0.61% 0.45% -
HSV(B) 346.81º 0.76% 0.73% -
XYZ 22.49 12.84 8.13 -
YUV 90.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 186 45 76 0 0.76 0.59 0.27 346.81 0.61 0.45
Hex BA 2D 4C 0 4C 3B 1B 15B 3D 2D
Octal 272 55 114 0 114 73 33 533 75 55
Binary 10111010 101101 1001100 0 1001100 111011 11011 101011011 111101 101101

Color Harmonies of #BA2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D4C

Black with #BA2D4C

Text Example


Text Example

White with #BA2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D4C; }

 p { color: rgb(186,45,76); }

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

background-color css

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

 a { background-color: rgb(186,45,76); }

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

border-color css

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

 span { border-color: rgb(186,45,76); }

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