Html Css Color HEX #BA2943 Old Rose

📋 copy color: '#BA2943'

red 186 ◦ green 41 ◦ blue 67

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

Shades of Old Rose #BA2943

Tints of Old Rose #BA2943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 63.27%
G = 13.95%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA2943 (or 0xBA2943) is known color: Old Rose. HEX triplet: BA, 29 and 43. RGB value is (186,41,67). Sum of RGB (Red+Green+Blue) = 186+41+67=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2943 is #45D6BC. Grayscale: #575757. Windows color (decimal): -4576957 or 4401594. OLE color: 4401594.

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

Color convert

RGB 186 41 67 -
CMYK 0 0.78 0.64 0.27
HSL 349.24º 0.64% 0.45% -
HSV(B) 349.24º 0.78% 0.73% -
XYZ 22.06 12.43 6.55 -
YUV 87.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 186 41 67 0 0.78 0.64 0.27 349.24 0.64 0.45
Hex BA 29 43 0 4E 40 1B 15D 40 2D
Octal 272 51 103 0 116 100 33 535 100 55
Binary 10111010 101001 1000011 0 1001110 1000000 11011 101011101 1000000 101101

Color Harmonies of #BA2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2943

Black with #BA2943

Text Example


Text Example

White with #BA2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2943; }

 p { color: rgb(186,41,67); }

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

background-color css

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

 a { background-color: rgb(186,41,67); }

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

border-color css

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

 span { border-color: rgb(186,41,67); }

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