Html Css Color HEX #BA2B4C Old Rose

📋 copy color: '#BA2B4C'

red 186 ◦ green 43 ◦ blue 76

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

Shades of Old Rose #BA2B4C

Tints of Old Rose #BA2B4C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

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

R = 60.98%
G = 14.1%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA2B4C (or 0xBA2B4C) is known color: Old Rose. HEX triplet: BA, 2B and 4C. RGB value is (186,43,76). Sum of RGB (Red+Green+Blue) = 186+43+76=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B4C is #45D4B3. Grayscale: #595959. Windows color (decimal): -4576436 or 4991930. OLE color: 4991930.

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

Color convert

RGB 186 43 76 -
CMYK 0 0.77 0.59 0.27
HSL 346.15º 0.62% 0.45% -
HSV(B) 346.15º 0.77% 0.73% -
XYZ 22.42 12.69 8.11 -
YUV 89.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 186 43 76 0 0.77 0.59 0.27 346.15 0.62 0.45
Hex BA 2B 4C 0 4D 3B 1B 15A 3E 2D
Octal 272 53 114 0 115 73 33 532 76 55
Binary 10111010 101011 1001100 0 1001101 111011 11011 101011010 111110 101101

Color Harmonies of #BA2B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B4C

Black with #BA2B4C

Text Example


Text Example

White with #BA2B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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