Html Css Color HEX #BA224D Old Rose

📋 copy color: '#BA224D'

red 186 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #BA224D

Tints of Old Rose #BA224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 62.63%
G = 11.45%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA224D (or 0xBA224D) is known color: Old Rose. HEX triplet: BA, 22 and 4D. RGB value is (186,34,77). Sum of RGB (Red+Green+Blue) = 186+34+77=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA224D is #45DDB2. Grayscale: #545454. Windows color (decimal): -4578739 or 5055162. OLE color: 5055162.

HSL color Cylindrical-coordinate representation of color #BA224D: hue angle of 343.03º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA224D is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 77 -
CMYK 0 0.82 0.59 0.27
HSL 343.03º 0.69% 0.43% -
HSV(B) 343.03º 0.82% 0.73% -
XYZ 22.16 12.12 8.19 -
YUV 84.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 186 34 77 0 0.82 0.59 0.27 343.03 0.69 0.43
Hex BA 22 4D 0 52 3B 1B 157 45 2B
Octal 272 42 115 0 122 73 33 527 105 53
Binary 10111010 100010 1001101 0 1010010 111011 11011 101010111 1000101 101011

Color Harmonies of #BA224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA224D

Black with #BA224D

Text Example


Text Example

White with #BA224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA224D; }

 p { color: rgb(186,34,77); }

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

background-color css

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

 a { background-color: rgb(186,34,77); }

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

border-color css

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

 span { border-color: rgb(186,34,77); }

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