Html Css Color HEX #BA2742 Old Rose

📋 copy color: '#BA2742'

red 186 ◦ green 39 ◦ blue 66

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

Shades of Old Rose #BA2742

Tints of Old Rose #BA2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 63.92%
G = 13.4%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2742 (or 0xBA2742) is known color: Old Rose. HEX triplet: BA, 27 and 42. RGB value is (186,39,66). Sum of RGB (Red+Green+Blue) = 186+39+66=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2742 is #45D8BD. Grayscale: #565656. Windows color (decimal): -4577470 or 4335546. OLE color: 4335546.

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

Color convert

RGB 186 39 66 -
CMYK 0 0.79 0.65 0.27
HSL 348.98º 0.65% 0.44% -
HSV(B) 348.98º 0.79% 0.73% -
XYZ 21.96 12.28 6.37 -
YUV 86.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 186 39 66 0 0.79 0.65 0.27 348.98 0.65 0.44
Hex BA 27 42 0 4F 41 1B 15D 41 2C
Octal 272 47 102 0 117 101 33 535 101 54
Binary 10111010 100111 1000010 0 1001111 1000001 11011 101011101 1000001 101100

Color Harmonies of #BA2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2742

Black with #BA2742

Text Example


Text Example

White with #BA2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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