Html Css Color HEX #BA224B Old Rose

📋 copy color: '#BA224B'

red 186 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #BA224B

Tints of Old Rose #BA224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 63.05%
G = 11.53%
B = 25.42%

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

#BA224B (or 0xBA224B) is known color: Old Rose. HEX triplet: BA, 22 and 4B. RGB value is (186,34,75). Sum of RGB (Red+Green+Blue) = 186+34+75=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA224B is #45DDB4. Grayscale: #545454. Windows color (decimal): -4578741 or 4924090. OLE color: 4924090.

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

Color convert

RGB 186 34 75 -
CMYK 0 0.82 0.60 0.27
HSL 343.82º 0.69% 0.43% -
HSV(B) 343.82º 0.82% 0.73% -
XYZ 22.09 12.09 7.83 -
YUV 84.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 186 34 75 0 0.82 0.60 0.27 343.82 0.69 0.43
Hex BA 22 4B 0 52 3C 1B 158 45 2B
Octal 272 42 113 0 122 74 33 530 105 53
Binary 10111010 100010 1001011 0 1010010 111100 11011 101011000 1000101 101011

Color Harmonies of #BA224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA224B

Black with #BA224B

Text Example


Text Example

White with #BA224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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