Html Css Color HEX #BA1E48 Old Rose

📋 copy color: '#BA1E48'

red 186 ◦ green 30 ◦ blue 72

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

Shades of Old Rose #BA1E48

Tints of Old Rose #BA1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 64.58%
G = 10.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1E48 (or 0xBA1E48) is known color: Old Rose. HEX triplet: BA, 1E and 48. RGB value is (186,30,72). Sum of RGB (Red+Green+Blue) = 186+30+72=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E48 is #45E1B7. Grayscale: #515151. Windows color (decimal): -4579768 or 4726458. OLE color: 4726458.

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

Color convert

RGB 186 30 72 -
CMYK 0 0.84 0.61 0.27
HSL 343.85º 0.72% 0.42% -
HSV(B) 343.85º 0.84% 0.73% -
XYZ 21.88 11.84 7.26 -
YUV 81.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 186 30 72 0 0.84 0.61 0.27 343.85 0.72 0.42
Hex BA 1E 48 0 54 3D 1B 158 48 2A
Octal 272 36 110 0 124 75 33 530 110 52
Binary 10111010 11110 1001000 0 1010100 111101 11011 101011000 1001000 101010

Color Harmonies of #BA1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E48

Black with #BA1E48

Text Example


Text Example

White with #BA1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E48; }

 p { color: rgb(186,30,72); }

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

background-color css

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

 a { background-color: rgb(186,30,72); }

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

border-color css

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

 span { border-color: rgb(186,30,72); }

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