Html Css Color HEX #BA2542 Old Rose

📋 copy color: '#BA2542'

red 186 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #BA2542

Tints of Old Rose #BA2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 64.36%
G = 12.8%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2542 (or 0xBA2542) is known color: Old Rose. HEX triplet: BA, 25 and 42. RGB value is (186,37,66). Sum of RGB (Red+Green+Blue) = 186+37+66=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2542 is #45DABD. Grayscale: #545454. Windows color (decimal): -4577982 or 4335034. OLE color: 4335034.

HSL color Cylindrical-coordinate representation of color #BA2542: hue angle of 348.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2542 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 66 -
CMYK 0 0.80 0.65 0.27
HSL 348.32º 0.67% 0.44% -
HSV(B) 348.32º 0.8% 0.73% -
XYZ 21.89 12.16 6.35 -
YUV 84.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 186 37 66 0 0.80 0.65 0.27 348.32 0.67 0.44
Hex BA 25 42 0 50 41 1B 15C 43 2C
Octal 272 45 102 0 120 101 33 534 103 54
Binary 10111010 100101 1000010 0 1010000 1000001 11011 101011100 1000011 101100

Color Harmonies of #BA2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2542

Black with #BA2542

Text Example


Text Example

White with #BA2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2542; }

 p { color: rgb(186,37,66); }

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

background-color css

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

 a { background-color: rgb(186,37,66); }

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

border-color css

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

 span { border-color: rgb(186,37,66); }

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