Html Css Color HEX #BA502C Red Stage

📋 copy color: '#BA502C'

red 186 ◦ green 80 ◦ blue 44

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

Shades of Red Stage #BA502C

Tints of Red Stage #BA502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 60%
G = 25.81%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA502C (or 0xBA502C) is known color: Red Stage. HEX triplet: BA, 50 and 2C. RGB value is (186,80,44). Sum of RGB (Red+Green+Blue) = 186+80+44=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA502C is #45AFD3. Grayscale: #6B6B6B. Windows color (decimal): -4566996 or 2904250. OLE color: 2904250.

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

Color convert

RGB 186 80 44 -
CMYK 0 0.57 0.76 0.27
HSL 15.21º 0.62% 0.45% -
HSV(B) 15.21º 0.76% 0.73% -
XYZ 23.57 16.36 4.3 -
YUV 107.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 186 80 44 0 0.57 0.76 0.27 15.21 0.62 0.45
Hex BA 50 2C 0 39 4C 1B F 3E 2D
Octal 272 120 54 0 71 114 33 17 76 55
Binary 10111010 1010000 101100 0 111001 1001100 11011 1111 111110 101101

Color Harmonies of #BA502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA502C

Black with #BA502C

Text Example


Text Example

White with #BA502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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