Html Css Color HEX #BA1C4B Old Rose

📋 copy color: '#BA1C4B'

red 186 ◦ green 28 ◦ blue 75

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

Shades of Old Rose #BA1C4B

Tints of Old Rose #BA1C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 64.36%
G = 9.69%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA1C4B (or 0xBA1C4B) is known color: Old Rose. HEX triplet: BA, 1C and 4B. RGB value is (186,28,75). Sum of RGB (Red+Green+Blue) = 186+28+75=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C4B is #45E3B4. Grayscale: #505050. Windows color (decimal): -4580277 or 4922554. OLE color: 4922554.

HSL color Cylindrical-coordinate representation of color #BA1C4B: hue angle of 342.15º degrees, saturation: 0.74, 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 #BA1C4B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 75 -
CMYK 0 0.85 0.60 0.27
HSL 342.15º 0.74% 0.42% -
HSV(B) 342.15º 0.85% 0.73% -
XYZ 21.93 11.78 7.77 -
YUV 80.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 186 28 75 0 0.85 0.60 0.27 342.15 0.74 0.42
Hex BA 1C 4B 0 55 3C 1B 156 4A 2A
Octal 272 34 113 0 125 74 33 526 112 52
Binary 10111010 11100 1001011 0 1010101 111100 11011 101010110 1001010 101010

Color Harmonies of #BA1C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C4B

Black with #BA1C4B

Text Example


Text Example

White with #BA1C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C4B; }

 p { color: rgb(186,28,75); }

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

background-color css

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

 a { background-color: rgb(186,28,75); }

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

border-color css

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

 span { border-color: rgb(186,28,75); }

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