Html Css Color HEX #BA2F48 Old Rose

📋 copy color: '#BA2F48'

red 186 ◦ green 47 ◦ blue 72

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

Shades of Old Rose #BA2F48

Tints of Old Rose #BA2F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 60.98%
G = 15.41%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2F48 (or 0xBA2F48) is known color: Old Rose. HEX triplet: BA, 2F and 48. RGB value is (186,47,72). Sum of RGB (Red+Green+Blue) = 186+47+72=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F48 is #45D0B7. Grayscale: #5B5B5B. Windows color (decimal): -4575416 or 4730810. OLE color: 4730810.

HSL color Cylindrical-coordinate representation of color #BA2F48: hue angle of 349.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F48 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 72 -
CMYK 0 0.75 0.61 0.27
HSL 349.21º 0.6% 0.46% -
HSV(B) 349.21º 0.75% 0.73% -
XYZ 22.44 12.94 7.45 -
YUV 91.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 186 47 72 0 0.75 0.61 0.27 349.21 0.6 0.46
Hex BA 2F 48 0 4B 3D 1B 15D 3C 2E
Octal 272 57 110 0 113 75 33 535 74 56
Binary 10111010 101111 1001000 0 1001011 111101 11011 101011101 111100 101110

Color Harmonies of #BA2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F48

Black with #BA2F48

Text Example


Text Example

White with #BA2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F48; }

 p { color: rgb(186,47,72); }

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

background-color css

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

 a { background-color: rgb(186,47,72); }

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

border-color css

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

 span { border-color: rgb(186,47,72); }

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