Html Css Color HEX #BA5029 Red Stage

📋 copy color: '#BA5029'

red 186 ◦ green 80 ◦ blue 41

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

Shades of Red Stage #BA5029

Tints of Red Stage #BA5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 60.59%
G = 26.06%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5029 (or 0xBA5029) is known color: Red Stage. HEX triplet: BA, 50 and 29. RGB value is (186,80,41). Sum of RGB (Red+Green+Blue) = 186+80+41=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5029 is #45AFD6. Grayscale: #6B6B6B. Windows color (decimal): -4566999 or 2707642. OLE color: 2707642.

HSL color Cylindrical-coordinate representation of color #BA5029: hue angle of 16.14º 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 #BA5029 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 41 -
CMYK 0 0.57 0.78 0.27
HSL 16.14º 0.64% 0.45% -
HSV(B) 16.14º 0.78% 0.73% -
XYZ 23.52 16.34 4.01 -
YUV 107.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 186 80 41 0 0.57 0.78 0.27 16.14 0.64 0.45
Hex BA 50 29 0 39 4E 1B 10 40 2D
Octal 272 120 51 0 71 116 33 20 100 55
Binary 10111010 1010000 101001 0 111001 1001110 11011 10000 1000000 101101

Color Harmonies of #BA5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5029

Black with #BA5029

Text Example


Text Example

White with #BA5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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