Html Css Color HEX #BA5025 Red Stage

📋 copy color: '#BA5025'

red 186 ◦ green 80 ◦ blue 37

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

Shades of Red Stage #BA5025

Tints of Red Stage #BA5025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 61.39%
G = 26.4%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5025 (or 0xBA5025) is known color: Red Stage. HEX triplet: BA, 50 and 25. RGB value is (186,80,37). Sum of RGB (Red+Green+Blue) = 186+80+37=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5025 is #45AFDA. Grayscale: #6B6B6B. Windows color (decimal): -4567003 or 2445498. OLE color: 2445498.

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

Color convert

RGB 186 80 37 -
CMYK 0 0.57 0.80 0.27
HSL 17.32º 0.67% 0.44% -
HSV(B) 17.32º 0.8% 0.73% -
XYZ 23.45 16.31 3.66 -
YUV 106.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 186 80 37 0 0.57 0.80 0.27 17.32 0.67 0.44
Hex BA 50 25 0 39 50 1B 11 43 2C
Octal 272 120 45 0 71 120 33 21 103 54
Binary 10111010 1010000 100101 0 111001 1010000 11011 10001 1000011 101100

Color Harmonies of #BA5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5025

Black with #BA5025

Text Example


Text Example

White with #BA5025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5025; }

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

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

background-color css

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

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

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

border-color css

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

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

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