Html Css Color HEX #BA2352 Old Rose

📋 copy color: '#BA2352'

red 186 ◦ green 35 ◦ blue 82

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

Shades of Old Rose #BA2352

Tints of Old Rose #BA2352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 61.39%
G = 11.55%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2352 (or 0xBA2352) is known color: Old Rose. HEX triplet: BA, 23 and 52. RGB value is (186,35,82). Sum of RGB (Red+Green+Blue) = 186+35+82=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2352 is #45DCAD. Grayscale: #555555. Windows color (decimal): -4578478 or 5383098. OLE color: 5383098.

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

Color convert

RGB 186 35 82 -
CMYK 0 0.81 0.56 0.27
HSL 341.32º 0.68% 0.43% -
HSV(B) 341.32º 0.81% 0.73% -
XYZ 22.37 12.25 9.17 -
YUV 85.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 186 35 82 0 0.81 0.56 0.27 341.32 0.68 0.43
Hex BA 23 52 0 51 38 1B 155 44 2B
Octal 272 43 122 0 121 70 33 525 104 53
Binary 10111010 100011 1010010 0 1010001 111000 11011 101010101 1000100 101011

Color Harmonies of #BA2352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2352

Black with #BA2352

Text Example


Text Example

White with #BA2352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2352; }

 p { color: rgb(186,35,82); }

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

background-color css

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

 a { background-color: rgb(186,35,82); }

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

border-color css

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

 span { border-color: rgb(186,35,82); }

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