Html Css Color HEX #BA224C Old Rose

📋 copy color: '#BA224C'

red 186 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #BA224C

Tints of Old Rose #BA224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 62.84%
G = 11.49%
B = 25.68%

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

#BA224C (or 0xBA224C) is known color: Old Rose. HEX triplet: BA, 22 and 4C. RGB value is (186,34,76). Sum of RGB (Red+Green+Blue) = 186+34+76=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA224C is #45DDB3. Grayscale: #545454. Windows color (decimal): -4578740 or 4989626. OLE color: 4989626.

HSL color Cylindrical-coordinate representation of color #BA224C: hue angle of 343.42º 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 #BA224C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 76 -
CMYK 0 0.82 0.59 0.27
HSL 343.42º 0.69% 0.43% -
HSV(B) 343.42º 0.82% 0.73% -
XYZ 22.13 12.1 8.01 -
YUV 84.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 186 34 76 0 0.82 0.59 0.27 343.42 0.69 0.43
Hex BA 22 4C 0 52 3B 1B 157 45 2B
Octal 272 42 114 0 122 73 33 527 105 53
Binary 10111010 100010 1001100 0 1010010 111011 11011 101010111 1000101 101011

Color Harmonies of #BA224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA224C

Black with #BA224C

Text Example


Text Example

White with #BA224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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