Html Css Color HEX #BA5129 Red Stage

📋 copy color: '#BA5129'

red 186 ◦ green 81 ◦ blue 41

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

Shades of Red Stage #BA5129

Tints of Red Stage #BA5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 60.39%
G = 26.3%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5129 (or 0xBA5129) is known color: Red Stage. HEX triplet: BA, 51 and 29. RGB value is (186,81,41). Sum of RGB (Red+Green+Blue) = 186+81+41=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5129 is #45AED6. Grayscale: #6C6C6C. Windows color (decimal): -4566743 or 2707898. OLE color: 2707898.

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

Color convert

RGB 186 81 41 -
CMYK 0 0.56 0.78 0.27
HSL 16.55º 0.64% 0.45% -
HSV(B) 16.55º 0.78% 0.73% -
XYZ 23.59 16.48 4.04 -
YUV 107.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 186 81 41 0 0.56 0.78 0.27 16.55 0.64 0.45
Hex BA 51 29 0 38 4E 1B 11 40 2D
Octal 272 121 51 0 70 116 33 21 100 55
Binary 10111010 1010001 101001 0 111000 1001110 11011 10001 1000000 101101

Color Harmonies of #BA5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5129

Black with #BA5129

Text Example


Text Example

White with #BA5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5129; }

 p { color: rgb(186,81,41); }

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

background-color css

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

 a { background-color: rgb(186,81,41); }

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

border-color css

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

 span { border-color: rgb(186,81,41); }

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