#BA4D2A

Color #BA4D2A Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #BA4D2A

Tints of Red Stage #BA4D2A

Color information

#BA4D2A (or 0xBA4D2A) is unknown color: approx Red Stage. HEX triplet: BA, 4D and 2A. RGB value is (186,77,42). Sum of RGB (Red+Green+Blue) = 186+77+42=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D2A is #45B2D5. Grayscale: #696969. Windows color (decimal): -4567766 or 2772410. OLE color: 2772410.

HSL color Cylindrical-coordinate representation of color #BA4D2A: hue angle of 14.58º degrees, saturation: 0.63, 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 #BA4D2A is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1867742-
CMYK00.590.770.27
HSL14.58º63.16%44.71%-
HSV(B)14.58º77.42%72.94%-
XYZ23.3215.914.03-
YUV105.692.11185.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=60.98%
G=25.25%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186774200.590.770.2714.5863.1644.71
HexBA4D2A03B4D1Bf3f2d
Octal2721155207311533177755
Binary10111010100110110101001110111001101110111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D2A; }

 p { color: rgb(186,77,42); }

 H1.HeaderClassName
 {
   color: #BA4D2A;
 }
 .AnyTagClassName
 {
   color: #BA4D2A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,77,42); }

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

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

 span { border-color: rgb(186,77,42); }

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