Html Css Color HEX #BA2B46 Old Rose

📋 copy color: '#BA2B46'

red 186 ◦ green 43 ◦ blue 70

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

Shades of Old Rose #BA2B46

Tints of Old Rose #BA2B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 62.21%
G = 14.38%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2B46 (or 0xBA2B46) is known color: Old Rose. HEX triplet: BA, 2B and 46. RGB value is (186,43,70). Sum of RGB (Red+Green+Blue) = 186+43+70=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B46 is #45D4B9. Grayscale: #585858. Windows color (decimal): -4576442 or 4598714. OLE color: 4598714.

HSL color Cylindrical-coordinate representation of color #BA2B46: hue angle of 348.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B46 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 70 -
CMYK 0 0.77 0.62 0.27
HSL 348.67º 0.62% 0.45% -
HSV(B) 348.67º 0.77% 0.73% -
XYZ 22.22 12.61 7.06 -
YUV 88.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 186 43 70 0 0.77 0.62 0.27 348.67 0.62 0.45
Hex BA 2B 46 0 4D 3E 1B 15D 3E 2D
Octal 272 53 106 0 115 76 33 535 76 55
Binary 10111010 101011 1000110 0 1001101 111110 11011 101011101 111110 101101

Color Harmonies of #BA2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B46

Black with #BA2B46

Text Example


Text Example

White with #BA2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B46; }

 p { color: rgb(186,43,70); }

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

background-color css

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

 a { background-color: rgb(186,43,70); }

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

border-color css

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

 span { border-color: rgb(186,43,70); }

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