Html Css Color HEX #BA502A Red Stage

📋 copy color: '#BA502A'

red 186 ◦ green 80 ◦ blue 42

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

Shades of Red Stage #BA502A

Tints of Red Stage #BA502A

RGB

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

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

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

R = 60.39%
G = 25.97%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA502A (or 0xBA502A) is known color: Red Stage. HEX triplet: BA, 50 and 2A. RGB value is (186,80,42). Sum of RGB (Red+Green+Blue) = 186+80+42=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA502A is #45AFD5. Grayscale: #6B6B6B. Windows color (decimal): -4566998 or 2773178. OLE color: 2773178.

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

Color convert

RGB 186 80 42 -
CMYK 0 0.57 0.77 0.27
HSL 15.83º 0.63% 0.45% -
HSV(B) 15.83º 0.77% 0.73% -
XYZ 23.54 16.34 4.1 -
YUV 107.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 186 80 42 0 0.57 0.77 0.27 15.83 0.63 0.45
Hex BA 50 2A 0 39 4D 1B 10 3F 2D
Octal 272 120 52 0 71 115 33 20 77 55
Binary 10111010 1010000 101010 0 111001 1001101 11011 10000 111111 101101

Color Harmonies of #BA502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA502A

Black with #BA502A

Text Example


Text Example

White with #BA502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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