Html Css Color HEX #BA224A Old Rose

📋 copy color: '#BA224A'

red 186 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #BA224A

Tints of Old Rose #BA224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 63.27%
G = 11.56%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA224A (or 0xBA224A) is known color: Old Rose. HEX triplet: BA, 22 and 4A. RGB value is (186,34,74). Sum of RGB (Red+Green+Blue) = 186+34+74=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA224A is #45DDB5. Grayscale: #545454. Windows color (decimal): -4578742 or 4858554. OLE color: 4858554.

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

Color convert

RGB 186 34 74 -
CMYK 0 0.82 0.60 0.27
HSL 344.21º 0.69% 0.43% -
HSV(B) 344.21º 0.82% 0.73% -
XYZ 22.06 12.08 7.65 -
YUV 84.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 186 34 74 0 0.82 0.60 0.27 344.21 0.69 0.43
Hex BA 22 4A 0 52 3C 1B 158 45 2B
Octal 272 42 112 0 122 74 33 530 105 53
Binary 10111010 100010 1001010 0 1010010 111100 11011 101011000 1000101 101011

Color Harmonies of #BA224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA224A

Black with #BA224A

Text Example


Text Example

White with #BA224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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