Html Css Color HEX #BA2443 Old Rose

📋 copy color: '#BA2443'

red 186 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #BA2443

Tints of Old Rose #BA2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 64.36%
G = 12.46%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA2443 (or 0xBA2443) is known color: Old Rose. HEX triplet: BA, 24 and 43. RGB value is (186,36,67). Sum of RGB (Red+Green+Blue) = 186+36+67=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2443 is #45DBBC. Grayscale: #545454. Windows color (decimal): -4578237 or 4400314. OLE color: 4400314.

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

Color convert

RGB 186 36 67 -
CMYK 0 0.81 0.64 0.27
HSL 347.6º 0.68% 0.44% -
HSV(B) 347.6º 0.81% 0.73% -
XYZ 21.89 12.11 6.49 -
YUV 84.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 186 36 67 0 0.81 0.64 0.27 347.6 0.68 0.44
Hex BA 24 43 0 51 40 1B 15C 44 2C
Octal 272 44 103 0 121 100 33 534 104 54
Binary 10111010 100100 1000011 0 1010001 1000000 11011 101011100 1000100 101100

Color Harmonies of #BA2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2443

Black with #BA2443

Text Example


Text Example

White with #BA2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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