Html Css Color HEX #BA5128 Red Stage

📋 copy color: '#BA5128'

red 186 ◦ green 81 ◦ blue 40

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

Shades of Red Stage #BA5128

Tints of Red Stage #BA5128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 60.59%
G = 26.38%
B = 13.03%

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

#BA5128 (or 0xBA5128) is known color: Red Stage. HEX triplet: BA, 51 and 28. RGB value is (186,81,40). Sum of RGB (Red+Green+Blue) = 186+81+40=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5128 is #45AED7. Grayscale: #6B6B6B. Windows color (decimal): -4566744 or 2642362. OLE color: 2642362.

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

Color convert

RGB 186 81 40 -
CMYK 0 0.56 0.78 0.27
HSL 16.85º 0.65% 0.44% -
HSV(B) 16.85º 0.78% 0.73% -
XYZ 23.58 16.48 3.95 -
YUV 107.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 186 81 40 0 0.56 0.78 0.27 16.85 0.65 0.44
Hex BA 51 28 0 38 4E 1B 11 41 2C
Octal 272 121 50 0 70 116 33 21 101 54
Binary 10111010 1010001 101000 0 111000 1001110 11011 10001 1000001 101100

Color Harmonies of #BA5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5128

Black with #BA5128

Text Example


Text Example

White with #BA5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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