Html Css Color HEX #BA5024 Red Stage

📋 copy color: '#BA5024'

red 186 ◦ green 80 ◦ blue 36

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

Shades of Red Stage #BA5024

Tints of Red Stage #BA5024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 61.59%
G = 26.49%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5024 (or 0xBA5024) is known color: Red Stage. HEX triplet: BA, 50 and 24. RGB value is (186,80,36). Sum of RGB (Red+Green+Blue) = 186+80+36=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5024 is #45AFDB. Grayscale: #6A6A6A. Windows color (decimal): -4567004 or 2379962. OLE color: 2379962.

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

Color convert

RGB 186 80 36 -
CMYK 0 0.57 0.81 0.27
HSL 17.6º 0.68% 0.44% -
HSV(B) 17.6º 0.81% 0.73% -
XYZ 23.44 16.3 3.58 -
YUV 106.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 186 80 36 0 0.57 0.81 0.27 17.6 0.68 0.44
Hex BA 50 24 0 39 51 1B 12 44 2C
Octal 272 120 44 0 71 121 33 22 104 54
Binary 10111010 1010000 100100 0 111001 1010001 11011 10010 1000100 101100

Color Harmonies of #BA5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5024

Black with #BA5024

Text Example


Text Example

White with #BA5024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5024; }

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

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

background-color css

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

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

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

border-color css

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

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

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