Html Css Color HEX #BA4E25 Red Stage

📋 copy color: '#BA4E25'

red 186 ◦ green 78 ◦ blue 37

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

Shades of Red Stage #BA4E25

Tints of Red Stage #BA4E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 61.79%
G = 25.91%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4E25 (or 0xBA4E25) is known color: Red Stage. HEX triplet: BA, 4E and 25. RGB value is (186,78,37). Sum of RGB (Red+Green+Blue) = 186+78+37=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E25 is #45B1DA. Grayscale: #696969. Windows color (decimal): -4567515 or 2444986. OLE color: 2444986.

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

Color convert

RGB 186 78 37 -
CMYK 0 0.58 0.80 0.27
HSL 16.51º 0.67% 0.44% -
HSV(B) 16.51º 0.8% 0.73% -
XYZ 23.31 16.02 3.61 -
YUV 105.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 186 78 37 0 0.58 0.80 0.27 16.51 0.67 0.44
Hex BA 4E 25 0 3A 50 1B 11 43 2C
Octal 272 116 45 0 72 120 33 21 103 54
Binary 10111010 1001110 100101 0 111010 1010000 11011 10001 1000011 101100

Color Harmonies of #BA4E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E25

Black with #BA4E25

Text Example


Text Example

White with #BA4E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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