Html Css Color HEX #BA1B4C Old Rose

📋 copy color: '#BA1B4C'

red 186 ◦ green 27 ◦ blue 76

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

Shades of Old Rose #BA1B4C

Tints of Old Rose #BA1B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 64.36%
G = 9.34%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA1B4C (or 0xBA1B4C) is known color: Old Rose. HEX triplet: BA, 1B and 4C. RGB value is (186,27,76). Sum of RGB (Red+Green+Blue) = 186+27+76=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B4C is #45E4B3. Grayscale: #505050. Windows color (decimal): -4580532 or 4987834. OLE color: 4987834.

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

Color convert

RGB 186 27 76 -
CMYK 0 0.85 0.59 0.27
HSL 341.51º 0.75% 0.42% -
HSV(B) 341.51º 0.85% 0.73% -
XYZ 21.95 11.74 7.95 -
YUV 80.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 186 27 76 0 0.85 0.59 0.27 341.51 0.75 0.42
Hex BA 1B 4C 0 55 3B 1B 156 4B 2A
Octal 272 33 114 0 125 73 33 526 113 52
Binary 10111010 11011 1001100 0 1010101 111011 11011 101010110 1001011 101010

Color Harmonies of #BA1B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B4C

Black with #BA1B4C

Text Example


Text Example

White with #BA1B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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