Html Css Color HEX #BA4E2A Red Stage

📋 copy color: '#BA4E2A'

red 186 ◦ green 78 ◦ blue 42

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

Shades of Red Stage #BA4E2A

Tints of Red Stage #BA4E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 60.78%
G = 25.49%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA4E2A (or 0xBA4E2A) is known color: Red Stage. HEX triplet: BA, 4E and 2A. RGB value is (186,78,42). Sum of RGB (Red+Green+Blue) = 186+78+42=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E2A is #45B1D5. Grayscale: #6A6A6A. Windows color (decimal): -4567510 or 2772666. OLE color: 2772666.

HSL color Cylindrical-coordinate representation of color #BA4E2A: hue angle of 15º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA4E2A is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 42 -
CMYK 0 0.58 0.77 0.27
HSL 15º 0.63% 0.45% -
HSV(B) 15º 0.77% 0.73% -
XYZ 23.39 16.06 4.06 -
YUV 106.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 186 78 42 0 0.58 0.77 0.27 15 0.63 0.45
Hex BA 4E 2A 0 3A 4D 1B F 3F 2D
Octal 272 116 52 0 72 115 33 17 77 55
Binary 10111010 1001110 101010 0 111010 1001101 11011 1111 111111 101101

Color Harmonies of #BA4E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E2A

Black with #BA4E2A

Text Example


Text Example

White with #BA4E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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