Html Css Color HEX #BA4D29 Red Stage

📋 copy color: '#BA4D29'

red 186 ◦ green 77 ◦ blue 41

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

Shades of Red Stage #BA4D29

Tints of Red Stage #BA4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

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

R = 61.18%
G = 25.33%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4D29 (or 0xBA4D29) is known color: Red Stage. HEX triplet: BA, 4D and 29. RGB value is (186,77,41). Sum of RGB (Red+Green+Blue) = 186+77+41=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D29 is #45B2D6. Grayscale: #696969. Windows color (decimal): -4567767 or 2706874. OLE color: 2706874.

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

Color convert

RGB 186 77 41 -
CMYK 0 0.59 0.78 0.27
HSL 14.9º 0.64% 0.45% -
HSV(B) 14.9º 0.78% 0.73% -
XYZ 23.3 15.91 3.94 -
YUV 105.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 186 77 41 0 0.59 0.78 0.27 14.9 0.64 0.45
Hex BA 4D 29 0 3B 4E 1B F 40 2D
Octal 272 115 51 0 73 116 33 17 100 55
Binary 10111010 1001101 101001 0 111011 1001110 11011 1111 1000000 101101

Color Harmonies of #BA4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D29

Black with #BA4D29

Text Example


Text Example

White with #BA4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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