Html Css Color HEX #BA512A Red Stage

📋 copy color: '#BA512A'

red 186 ◦ green 81 ◦ blue 42

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

Shades of Red Stage #BA512A

Tints of Red Stage #BA512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 60.19%
G = 26.21%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA512A (or 0xBA512A) is known color: Red Stage. HEX triplet: BA, 51 and 2A. RGB value is (186,81,42). Sum of RGB (Red+Green+Blue) = 186+81+42=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA512A is #45AED5. Grayscale: #6C6C6C. Windows color (decimal): -4566742 or 2773434. OLE color: 2773434.

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

Color convert

RGB 186 81 42 -
CMYK 0 0.56 0.77 0.27
HSL 16.25º 0.63% 0.45% -
HSV(B) 16.25º 0.77% 0.73% -
XYZ 23.61 16.49 4.13 -
YUV 107.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 186 81 42 0 0.56 0.77 0.27 16.25 0.63 0.45
Hex BA 51 2A 0 38 4D 1B 10 3F 2D
Octal 272 121 52 0 70 115 33 20 77 55
Binary 10111010 1010001 101010 0 111000 1001101 11011 10000 111111 101101

Color Harmonies of #BA512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA512A

Black with #BA512A

Text Example


Text Example

White with #BA512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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